|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.esri.gpt.catalog.schema.Component com.esri.gpt.catalog.schema.UiComponent com.esri.gpt.catalog.schema.Input com.esri.gpt.catalog.schema.InputText com.esri.gpt.catalog.schema.InputTextArea
public class InputTextArea
Input text area component associated with a metadata parameter.
The component is configured from a node with a schema configuration XML document. Example:
Field Summary |
---|
Fields inherited from class com.esri.gpt.catalog.schema.Input |
---|
INPUTTYPE_DELIMITEDTEXTAREA, INPUTTYPE_MAP, INPUTTYPE_SELECTMANYCHECKBOX, INPUTTYPE_SELECTONEMEMU, INPUTTYPE_SELECTWITHOTHER, INPUTTYPE_TEXT, INPUTTYPE_TEXTAREA, INPUTTYPE_TEXTARRAY, INPUTTYPE_UNKNOWN |
Constructor Summary | |
---|---|
InputTextArea()
Default constructor. |
|
InputTextArea(InputTextArea objectToDuplicate)
Construct by duplicating an existing object. |
Method Summary | |
---|---|
void |
configure(CfgContext context,
Node node,
NamedNodeMap attributes)
Configures the object based upon a node loaded from a schema configuration XML. |
InputTextArea |
duplicate()
Produces a deep clone of the object. |
void |
echo(StringBuffer sb)
Appends property information for the component to a StringBuffer. |
int |
getCols()
Gets the number of columns in the text area component. |
int |
getDefaultCols()
Gets the default number of columns (60). |
int |
getDefaultMaxlength()
Gets the default max length (4000). |
int |
getDefaultRows()
Gets the default number of rows (8). |
int |
getRows()
Gets the number of rows in the text area component. |
UIComponent |
makeInputComponent(UiContext context,
Section section,
Parameter parameter)
Makes a Faces HtmlInputTextarea component for a parameter. |
void |
setCols(int size)
Sets the number of columns in the text area component. |
void |
setRows(int size)
Sets the number of rows in the text area component. |
Methods inherited from class com.esri.gpt.catalog.schema.InputText |
---|
getDefaultSize, getMaxlength, getSize, setMaxlength, setSize, unBind |
Methods inherited from class com.esri.gpt.catalog.schema.Input |
---|
applyHint, evaluateDefault, findInputComponent, formatValue, getDefaultValue, getEditable, getFacesId, getHintMode, getHintResourceKey, getInputValue, getOnChange, getOnClick, getTestResourceKey, makeOutputComponent, setComponentValue, setDefaultValue, setEditable, setFacesId, setHintMode, setHintResourceKey, setOnChange, setOnClick, setTestResourceKey |
Methods inherited from class com.esri.gpt.catalog.schema.UiComponent |
---|
getStyleClass, makeBR, makeNBSP, setStyleClass |
Methods inherited from class com.esri.gpt.catalog.schema.Component |
---|
getKey, setKey, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InputTextArea()
public InputTextArea(InputTextArea objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public int getDefaultCols()
public int getDefaultMaxlength()
getDefaultMaxlength
in class InputText
public int getDefaultRows()
public int getCols()
public void setCols(int size)
size
- the number of columnspublic int getRows()
public void setRows(int size)
size
- the number of rowspublic void configure(CfgContext context, Node node, NamedNodeMap attributes)
configure
in class InputText
context
- the configuration contextnode
- the configuration nodeattributes
- the attributes of the configuration nodepublic InputTextArea duplicate()
duplicate
in class InputText
public void echo(StringBuffer sb)
echo
in class InputText
sb
- the StringBuffer to use when appending informationpublic UIComponent makeInputComponent(UiContext context, Section section, Parameter parameter)
makeInputComponent
in class InputText
context
- the UI contextsection
- the parent sectionparameter
- the associated parameter
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |