|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectedu.internet2.middleware.grouper.grouperUi.beans.json.GuiResponseJs
public class GuiResponseJs
container object for the response back to screen
Constructor Summary | |
---|---|
GuiResponseJs()
|
Method Summary | |
---|---|
void |
addAction(GuiScreenAction guiScreenAction)
add an action to the action list |
void |
addHideShow(String name,
GuiHideShow guiHideShow1)
add a hide show |
void |
addPager(String name,
GuiPaging guiPaging1)
add a pager |
List<GuiScreenAction> |
getActions()
list of actions for screen |
Map<String,GuiHideShow> |
getHideShows()
hide shows, the name, and if showing, text, etc. |
Map<String,GuiPaging> |
getPagers()
pagers keep track of which page and how many on a page |
boolean |
isAddTextAreaTag()
if this is an ajax file submit, we need to add textarea around response since it is submitted to a hidden frame |
void |
printToScreen()
print this object to screen |
static GuiResponseJs |
retrieveGuiResponseJs()
retrieve or create the gui repsonse js object |
void |
setActions(List<GuiScreenAction> actions1)
list of actions for screen |
void |
setAddTextAreaTag(boolean addTextAreaTag1)
if this is an ajax file submit, we need to add textarea around response since it is submitted to a hidden frame |
void |
setHideShows(Map<String,GuiHideShow> hideShows1)
hide shows, the name, and if showing, text, etc. |
void |
setPagers(Map<String,GuiPaging> pagers1)
pagers keep track of which page and how many on a page |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiResponseJs()
Method Detail |
---|
public void printToScreen()
public boolean isAddTextAreaTag()
public void setAddTextAreaTag(boolean addTextAreaTag1)
addTextAreaTag1
- the addTextAreaTag to setpublic void addHideShow(String name, GuiHideShow guiHideShow1)
name
- of hideShowguiHideShow1
- public void addPager(String name, GuiPaging guiPaging1)
name
- of pagerguiPaging1
- public static GuiResponseJs retrieveGuiResponseJs()
public void addAction(GuiScreenAction guiScreenAction)
guiScreenAction
- public List<GuiScreenAction> getActions()
public void setActions(List<GuiScreenAction> actions1)
actions1
- the actions to setpublic void setHideShows(Map<String,GuiHideShow> hideShows1)
hide shows, the name, and if showing, text, etc. Anything with class: shows_hideShowName, e.g. shows_simpleMembershipAdvanced Anything with class: hides_hideShowName, e.g. hides_simpleMembershipAdvanced will show if false.
hideShows1
- the hideShows to setpublic void setPagers(Map<String,GuiPaging> pagers1)
pagers keep track of which page and how many on a page
pagers1
- the pagers to setpublic Map<String,GuiHideShow> getHideShows()
hide shows, the name, and if showing, text, etc. Anything with class: shows_hideShowName, e.g. shows_simpleMembershipAdvanced Anything with class: hides_hideShowName, e.g. hides_simpleMembershipAdvanced will show if false.
public Map<String,GuiPaging> getPagers()
pagers keep track of which page and how many on a page
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |