|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.pow2.webgui.tabbedselector.TabbedSelectorUtil
public class TabbedSelectorUtil
Utility class for the TabbedSelector component.
Constructor Summary | |
---|---|
TabbedSelectorUtil()
|
Method Summary | |
---|---|
static String |
getSelectedTabParam(HttpServletRequest request,
String tabbedSelectorName)
Build the selectedTab parameter (the [key, value] couple) for the tabbedSelector widget. |
static String |
getSelectedTabParam(String tabbedSelectorName,
String value)
Build the selectedTab parameter (the [key, value] couple) for the tabbedSelector widget. |
static String |
getSelectedTabParamName(String tabbedSelectorName)
Get the the selectedTab parameter name for the tabbedSelector widget. |
static String |
getSelectedTabParamValue(HttpServletRequest request,
String tabbedSelectorName)
Get the the selectedTab parameter value for the tabbedSelector widget. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TabbedSelectorUtil()
Method Detail |
---|
public static String getSelectedTabParam(HttpServletRequest request, String tabbedSelectorName)
request
- the request objecttabbedSelectorName
- the name of the tabbedSelector widget
public static String getSelectedTabParam(String tabbedSelectorName, String value)
tabbedSelectorName
- the name of the tabbedSelector widgetvalue
- the value of the selectedTab parameter
public static String getSelectedTabParamName(String tabbedSelectorName)
tabbedSelectorName
- the name of the tabbedSelector widget
public static String getSelectedTabParamValue(HttpServletRequest request, String tabbedSelectorName)
request
- the request objecttabbedSelectorName
- the name of the tabbedSelector widget
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |