|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.esri.gpt.control.publication.SelectableCollections
public class SelectableCollections
Defines a list of selectable collections.
Constructor Summary | |
---|---|
SelectableCollections()
Default constructor. |
Method Summary | |
---|---|
void |
buildAll(RequestContext context)
Builds the list of collections. |
boolean |
getHasMultiple()
Determines if the items list contains multiple groups. |
ArrayList<SelectItem> |
getItems()
Gets the SelectItem list for UI display. |
String |
getSelectedKey()
Gets the currently selected key. |
int |
getSize()
Gets the size of the list. |
void |
setSelectedKey(String key)
Sets the currently selected key. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SelectableCollections()
Method Detail |
---|
public boolean getHasMultiple()
public ArrayList<SelectItem> getItems()
public int getSize()
public String getSelectedKey()
public void setSelectedKey(String key)
key
- the currently selected keypublic void buildAll(RequestContext context) throws Exception
context
- the active request context
Exception
|
Esri Geoportal Server 1.2.9
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |