| java.lang.Object com.salmonllc.forms.FormComponent
FormComponent | public class FormComponent (Code) | | This type is a type safe container for DetailForm Components.
|
FormComponent | public FormComponent(HtmlText captionCompIn, HtmlComponent component, int flags)(Code) | | Constructor
Parameters: caption - java.lang.String Parameters: component - com.salmonllc.html.HtmlComponent Parameters: flags - int |
getCaptionString | public String getCaptionString()(Code) | | Get the Caption as a String
|
getCaptionTextComp | public HtmlText getCaptionTextComp()(Code) | | Get the Caption as a HtmlText Component.
|
getFlags | public int getFlags()(Code) | | Get the flags value.
|
|
|