|
|||||||||
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.GuiHideShow
public class GuiHideShow
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. The buttons should have the class: buttons_simpleMembershipUpdateGroupDetailsstate on screen of hide show
Constructor Summary | |
---|---|
GuiHideShow()
default constructor |
|
GuiHideShow(boolean showing1,
String textWhenShowing1,
String testWhenHidden1)
hide shows, the name, and if showing, text, etc. |
Method Summary | |
---|---|
String |
getTextWhenHidden()
text when hidden |
String |
getTextWhenShowing()
text when showing |
static void |
init(String hideShowName,
boolean showing,
String textWhenShowing,
String textWhenHidden,
boolean storeInSession)
init a hide show if not in session (and using session) |
boolean |
isShowing()
if showing |
static GuiHideShow |
retrieveHideShow(String hideShowName,
boolean exceptionIfNotFound)
find a hide show in response or app state |
void |
setShowing(boolean showing1)
if showing |
void |
setTextWhenHidden(String testWhenHidden1)
text when hidden |
void |
setTextWhenShowing(String textWhenShowing1)
text when showing |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GuiHideShow()
public GuiHideShow(boolean showing1, String textWhenShowing1, String testWhenHidden1)
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. The buttons should have the class: buttons_simpleMembershipUpdateGroupDetailsconstruct with fields
showing1
- textWhenShowing1
- testWhenHidden1
- Method Detail |
---|
public static void init(String hideShowName, boolean showing, String textWhenShowing, String textWhenHidden, boolean storeInSession)
hideShowName
- showing
- textWhenShowing
- textWhenHidden
- storeInSession
- if this should persist in sessionpublic static GuiHideShow retrieveHideShow(String hideShowName, boolean exceptionIfNotFound)
hideShowName
- exceptionIfNotFound
-
public boolean isShowing()
public void setShowing(boolean showing1)
showing1
- the showing to setpublic String getTextWhenShowing()
public void setTextWhenShowing(String textWhenShowing1)
textWhenShowing1
- the textWhenShowing to setpublic String getTextWhenHidden()
public void setTextWhenHidden(String testWhenHidden1)
testWhenHidden1
- the testWhenHidden to set
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |