|
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.control.publication.SelectableGroups
public class SelectableGroups
Defines a list of candidate access groups from the user interface.
Constructor Summary | |
---|---|
SelectableGroups()
Default constructor. |
Method Summary | |
---|---|
void |
buildAllGroups(RequestContext context)
Builds the list of candidate access. |
void |
buildConfiguredGroup(SelectItem item)
Builds the list of candidate access. |
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 SelectableGroups()
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 buildAllGroups(RequestContext context)
context
- the active request contextpublic void buildConfiguredGroup(SelectItem item)
item
- SelectItem
|
Esri Geoportal Server 1.0
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |