Uses of Class
pivot.wtk.Form.Flag

Packages that use Form.Flag
pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. 
 

Uses of Form.Flag in pivot.wtk
 

Methods in pivot.wtk that return Form.Flag
 Form.Flag Form.FormAttributes.getFlag()
           
static Form.Flag Form.getFlag(Component component)
           
 

Methods in 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.
static void Form.setFlag(Component component, Form.Flag flag)
           
 void Form.FormAttributes.setFlag(Form.Flag flag)
           
 

Uses of Form.Flag in pivot.wtk.skin.terra
 

Methods in pivot.wtk.skin.terra with parameters of type Form.Flag
 void TerraFormSkin.flagChanged(Form form, Component field, Form.Flag previousFlag)