|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use LazyPanelWrappingType | |
|---|---|
| org.cruxframework.crux.core.client.screen | |
| org.cruxframework.crux.core.client.screen.views | |
| org.cruxframework.crux.core.rebind.screen.widget | |
| Uses of LazyPanelWrappingType in org.cruxframework.crux.core.client.screen |
|---|
| Methods in org.cruxframework.crux.core.client.screen that return LazyPanelWrappingType | |
|---|---|
static LazyPanelWrappingType |
LazyPanelWrappingType.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static LazyPanelWrappingType[] |
LazyPanelWrappingType.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of LazyPanelWrappingType in org.cruxframework.crux.core.client.screen.views |
|---|
| Methods in org.cruxframework.crux.core.client.screen.views with parameters of type LazyPanelWrappingType | |
|---|---|
static String |
ViewFactoryUtils.getLazyPanelId(String wrappedWidgetId,
LazyPanelWrappingType wrappingType)
Return the id created to the panel that wraps the given widget id. |
| Uses of LazyPanelWrappingType in org.cruxframework.crux.core.rebind.screen.widget |
|---|
| Methods in org.cruxframework.crux.core.rebind.screen.widget with parameters of type LazyPanelWrappingType | |
|---|---|
String |
LazyPanelFactory.getLazyPanel(AbstractProxyCreator.SourcePrinter factoryPrinter,
JSONObject element,
String targetPanelId,
LazyPanelWrappingType wrappingType)
Create an wrapper lazyPanel capable of creating an widget for the given CruxMetaData element. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||