|
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
public abstract class UiComponent
Super-class for a configurable UI component associated with a metadata schema.
Constructor Summary | |
---|---|
UiComponent()
Default constructor. |
|
UiComponent(UiComponent 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. |
void |
echo(StringBuffer sb)
Appends property information for the component to a StringBuffer. |
String |
getStyleClass()
Gets the CSS style class. |
UIComponent |
makeBR()
Makes a Faces HtmlOutputText containing a <br/> |
UIComponent |
makeNBSP()
Makes a Faces HtmlOutputText containing |
void |
setStyleClass(String name)
Sets the CSS style class. |
Methods inherited from class com.esri.gpt.catalog.schema.Component |
---|
duplicate, getKey, setKey, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public UiComponent()
public UiComponent(UiComponent objectToDuplicate)
objectToDuplicate
- the object to duplicateMethod Detail |
---|
public String getStyleClass()
public void setStyleClass(String name)
name
- the style classpublic void configure(CfgContext context, Node node, NamedNodeMap attributes)
configure
in class Component
context
- the configuration contextnode
- the configuration nodeattributes
- the attributes of the configuration nodepublic void echo(StringBuffer sb)
echo
in class Component
sb
- the StringBuffer to use when appending informationpublic UIComponent makeBR()
public UIComponent makeNBSP()
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |