Uses of Class
org.apache.pivot.wtk.Limits
-
Packages that use Limits Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.validation Provides classes for validating user-entered text. -
-
Uses of Limits in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Limits Modifier and Type Method Description static Limits
Limits. decode(java.lang.String value)
Decode a JSON-encoded string (map or list) that contains the values for a new limits.Limits
Component. getHeightLimits()
Limits
Component. getWidthLimits()
Limits
TableView.Column. getWidthLimits()
Methods in org.apache.pivot.wtk with parameters of type Limits Modifier and Type Method Description void
Component. setHeightLimits(Limits heightLimits)
Sets the height limits for this component.void
Component. setWidthLimits(Limits widthLimits)
Sets the width limits for this component.void
TableView.Column. setWidthLimits(Limits widthLimits)
Sets the minimum and maximum widths to which the column can size.Constructors in org.apache.pivot.wtk with parameters of type Limits Constructor Description Limits(Limits limits)
-
Uses of Limits in org.apache.pivot.wtk.validation
Methods in org.apache.pivot.wtk.validation with parameters of type Limits Modifier and Type Method Description void
IntRangeValidator. setLimits(Limits limits)
Constructors in org.apache.pivot.wtk.validation with parameters of type Limits Constructor Description IntRangeValidator(java.util.Locale locale, Limits limits)
IntRangeValidator(Limits limits)
-