pivot.wtk
Class Form.FormAttributes

java.lang.Object
  extended by pivot.wtk.Component.Attributes
      extended by pivot.wtk.Form.FormAttributes
Enclosing class:
Form

protected static class Form.FormAttributes
extends Component.Attributes

Defines form field attributes.

Author:
gbrown

Constructor Summary
protected Form.FormAttributes(Form.Section section)
           
 
Method Summary
 Form.Flag getFlag()
           
 java.lang.String getName()
           
 Form.Section getSection()
           
 void setFlag(Form.Flag flag)
           
 void setName(java.lang.String name)
           
 
Methods inherited from class pivot.wtk.Component.Attributes
getComponent
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Form.FormAttributes

protected Form.FormAttributes(Form.Section section)
Method Detail

getSection

public Form.Section getSection()

getName

public java.lang.String getName()

setName

public void setName(java.lang.String name)

getFlag

public Form.Flag getFlag()

setFlag

public void setFlag(Form.Flag flag)