Uses of Class
org.apache.pivot.wtk.Form.Flag
-
Packages that use Form.Flag Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of Form.Flag in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Form.Flag Modifier and Type Method Description static Form.Flag
Form.Flag. decode(java.lang.String flag)
static Form.Flag
Form. getFlag(Component component)
Methods in org.apache.pivot.wtk with parameters of type Form.Flag Modifier and Type Method Description void
FormAttributeListener.Adapter. flagChanged(Form form, Component field, Form.Flag previousFlag)
Deprecated.default void
FormAttributeListener. flagChanged(Form form, Component field, Form.Flag previousFlag)
Called when a field's flag attribute has changed.void
FormAttributeListener.Listeners. flagChanged(Form form, Component component, Form.Flag previousFlag)
static void
Form. setFlag(Component component, Form.Flag flag)
-
Uses of Form.Flag in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Form.Flag Modifier and Type Method Description void
TerraFormSkin. flagChanged(Form form, Component field, Form.Flag previousFlag)
-