Uses of Class
gpl.fredy.generate.FieldTypeParameters

Packages that use FieldTypeParameters
gpl.fredy.generate   
 

Uses of FieldTypeParameters in gpl.fredy.generate
 

Methods in gpl.fredy.generate that return FieldTypeParameters
 FieldTypeParameters FieldProperties.getFieldTypeParameter()
           
 FieldTypeParameters DbBoxPanelProperties.getParam()
          Get the value of param.
 FieldTypeParameters DateButtonPanelProperties.getParam()
          Get the value of param.
 FieldTypeParameters FieldPanelProperties.getParam()
          Get the value of param.
 FieldTypeParameters AreaPanelProperties.getParam()
          Get the value of param.
 FieldTypeParameters ComponentTreeNodeObject.getParameter()
          Get the value of parameter.
 

Methods in gpl.fredy.generate with parameters of type FieldTypeParameters
 void DbBoxPanelProperties.setParam(FieldTypeParameters v)
           
 void DateButtonPanelProperties.setParam(FieldTypeParameters v)
           
 void FieldPanelProperties.setParam(FieldTypeParameters v)
          Set the value of param.
 void AreaPanelProperties.setParam(FieldTypeParameters v)
           
 void ComponentTreeNodeObject.setParameter(FieldTypeParameters v)
          Set the value of parameter.
 

Constructors in gpl.fredy.generate with parameters of type FieldTypeParameters
AreaPanelProperties(FieldTypeParameters v)
           
DateButtonPanelProperties(FieldTypeParameters v)
          Initialises with the type of the component
DbBoxPanelProperties(FieldTypeParameters v)
           
FieldPanelProperties(FieldTypeParameters v)
          Initialises with the type of the component