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 LimitsLimits. decode(java.lang.String value)Decode a JSON-encoded string (map or list) that contains the values for a new limits.LimitsComponent. getHeightLimits()LimitsComponent. getWidthLimits()LimitsTableView.Column. getWidthLimits()Methods in org.apache.pivot.wtk with parameters of type Limits Modifier and Type Method Description voidComponent. setHeightLimits(Limits heightLimits)Sets the height limits for this component.voidComponent. setWidthLimits(Limits widthLimits)Sets the width limits for this component.voidTableView.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 voidIntRangeValidator. 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)
-