|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.cruxframework.crux.core.client.screen.views.ViewFactoryUtils
public class ViewFactoryUtils
Do not use this class directly.
| Field Summary | |
|---|---|
static String |
ENCLOSING_PANEL_PREFIX
|
| Constructor Summary | |
|---|---|
ViewFactoryUtils()
|
|
| Method Summary | |
|---|---|
static String |
getEnclosingPanelId(String widgetId,
View view)
|
static String |
getEnclosingPanelPrefix()
|
static String |
getLazyPanelId(String wrappedWidgetId,
LazyPanelWrappingType wrappingType)
Return the id created to the panel that wraps the given widget id. |
static String |
getWrappedWidgetIdFromLazyPanel(String lazyPanelId)
Return the id of the widget wrapped by the given lazy panel id. |
static boolean |
isChildrenWidgetLazyWrapper(String wrappedWidgetId)
Check if the wrappedWidgetId is a valid lazy id generated for a LazyPanelWrappingType.wrapChidren
lazy model |
static boolean |
isWholeWidgetLazyWrapper(String wrappedWidgetId)
Check if the wrappedWidgetId is a valid lazy id generated for a LazyPanelWrappingType.wrapWholeWidget
lazy model |
static void |
updateWidgetElementId(String widgetId,
com.google.gwt.user.client.ui.IsWidget widget,
View view)
|
static void |
updateWidgetElementId(String widgetId,
com.google.gwt.user.client.ui.Widget widget,
View view)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String ENCLOSING_PANEL_PREFIX
| Constructor Detail |
|---|
public ViewFactoryUtils()
| Method Detail |
|---|
public static void updateWidgetElementId(String widgetId,
com.google.gwt.user.client.ui.IsWidget widget,
View view)
widgetId - widget - view -
public static void updateWidgetElementId(String widgetId,
com.google.gwt.user.client.ui.Widget widget,
View view)
widgetId - widget - view - public static String getEnclosingPanelPrefix()
public static String getEnclosingPanelId(String widgetId,
View view)
public static String getLazyPanelId(String wrappedWidgetId,
LazyPanelWrappingType wrappingType)
wrappedWidgetId - wrappingType -
public static String getWrappedWidgetIdFromLazyPanel(String lazyPanelId)
lazyPanelId -
public static boolean isChildrenWidgetLazyWrapper(String wrappedWidgetId)
LazyPanelWrappingType.wrapChidren
lazy model
wrappedWidgetId -
public static boolean isWholeWidgetLazyWrapper(String wrappedWidgetId)
LazyPanelWrappingType.wrapWholeWidget
lazy model
wrappedWidgetId -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||