Uses of Class
org.apache.pivot.wtk.Form.Flag

Packages that use Form.Flag
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
static Form.Flag Form.Flag.decode(String flag)
           
static Form.Flag Form.getFlag(Component component)
           
 

Methods in org.apache.pivot.wtk with parameters of type Form.Flag
 void FormAttributeListener.flagChanged(Form form, Component field, Form.Flag previousFlag)
          Called when a field's flag attribute has changed.
 void FormAttributeListener.Adapter.flagChanged(Form form, Component field, 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
 void TerraFormSkin.flagChanged(Form form, Component field, Form.Flag previousFlag)