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.FlagForm.Flag. decode(java.lang.String flag)static Form.FlagForm. getFlag(Component component)Methods in org.apache.pivot.wtk with parameters of type Form.Flag Modifier and Type Method Description voidFormAttributeListener.Adapter. flagChanged(Form form, Component field, Form.Flag previousFlag)Deprecated.default voidFormAttributeListener. flagChanged(Form form, Component field, Form.Flag previousFlag)Called when a field's flag attribute has changed.voidFormAttributeListener.Listeners. flagChanged(Form form, Component component, Form.Flag previousFlag)static voidForm. 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 voidTerraFormSkin. flagChanged(Form form, Component field, Form.Flag previousFlag)
-