| Modifier and Type | Class and Description |
|---|---|
class |
AttributeProcessor<C extends WidgetCreatorContext> |
class |
WidgetCreator<C extends WidgetCreatorContext>
Generate code for gwt widgets creation.
|
| Modifier and Type | Method and Description |
|---|---|
String |
WidgetCreator.createChildWidget(AbstractProxyCreator.SourcePrinter out,
JSONObject metaElem,
String widgetId,
String widgetType,
ViewFactoryCreator.WidgetConsumer consumer,
boolean allowWrapperForCreatedWidget,
WidgetCreatorContext context)
Used by widgets that need to create new widgets as children.
|
String |
WidgetCreator.createChildWidget(AbstractProxyCreator.SourcePrinter out,
JSONObject metaElem,
ViewFactoryCreator.WidgetConsumer consumer,
boolean allowWrapperForCreatedWidget,
WidgetCreatorContext context)
Used by widgets that need to create new widgets as children.
|
String |
WidgetCreator.createChildWidget(AbstractProxyCreator.SourcePrinter out,
JSONObject metaElem,
WidgetCreatorContext context)
Used by widgets that need to create new widgets as children.
|
void |
WidgetCreator.StyleProcessor.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String style) |
void |
WidgetCreator.StyleNameProcessor.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String styleName) |
void |
WidgetCreator.ViewPermissionAttributeProcessor.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String attributeValue) |
void |
AttributeProcessor.processAttributeInternal(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String attributeValue)
Do not call this method.
|
void |
EvtProcessor.processEvent(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String eventValue) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractPageableFactory<C extends WidgetCreatorContext> |
interface |
CrawlableViewContainerFactory<C extends WidgetCreatorContext>
Add properties on ViewContainerFactories that uses crawlable features
|
interface |
FocusableFactory<C extends WidgetCreatorContext>
A helper class to help on FocusableWidgets creation, based on crux pages metadata.
|
interface |
HasAllFocusHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasAllFocusHandlers widgets creation, based on crux pages metadata.
|
interface |
HasAllKeyHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasAllKeyHandlers widgets creation, based on crux pages metadata.
|
interface |
HasAllMouseHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasAllMouseHandlers widgets creation, based on crux pages metadata.
|
interface |
HasAllTouchHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasAllTouchHandlers widgets creation, based on crux pages metadata.
|
interface |
HasAnimationFactory<C extends WidgetCreatorContext>
A helper class to help on HasAnimation widgets creation, based on crux pages metadata.
|
interface |
HasAutoHorizontalAlignmentFactory<C extends WidgetCreatorContext>
A helper class to help on HasAutoHorizontalAlignment widgets creation, based on crux pages metadata.
|
interface |
HasBeforeSelectionHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasBeforeSelectionHandlers widgets creation, based on crux pages metadata.
|
interface |
HasBindPathFactory<C extends WidgetCreatorContext>
A helper class to help on widgets that supports binding with dataObjects on View creation, based on crux pages metadata.
|
interface |
HasCellPreviewHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasBeforeSelectionHandlers widgets creation, based on crux pages metadata.
|
interface |
HasChangeHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasChangeHandlers widgets creation, based on crux pages metadata.
|
interface |
HasClickHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasClickHandlers widgets creation, based on crux pages metadata.
|
interface |
HasCloseHandlersFactory<C extends WidgetCreatorContext>
A helper class to help on HasCloseHandlers widgets creation, based on crux pages metadata.
|
interface |
HasDataFactory<C extends WidgetCreatorContext>
A helper class to help on HasData widgets creation, based on crux pages metadata.
|
class |
HasDataProviderFactory<C extends WidgetCreatorContext>
A helper class to help on HasData widgets creation, based on crux pages metadata.
|
interface |
HasDirectionEstimatorFactory<C extends WidgetCreatorContext>
A helper class to help on HasDirectionEstimator widgets creation, based on crux pages metadata.
|
interface |
HasDirectionFactory<C extends WidgetCreatorContext>
A helper class to help on HasDirection widgets creation, based on crux pages metadata.
|
interface |
HasDoubleClickHandlersFactory<C extends WidgetCreatorContext> |
interface |
HasEnabledFactory<C extends WidgetCreatorContext> |
interface |
HasFormatterFactory<C extends WidgetCreatorContext> |
interface |
HasHighlightHandlersFactory<C extends WidgetCreatorContext> |
interface |
HasHorizontalAlignmentFactory<C extends WidgetCreatorContext>
A helper class to help on HasHorizontalAlignment widgets creation, based on crux pages metadata.
|
interface |
HasHTMLFactory<C extends WidgetCreatorContext> |
interface |
HasInitializeHandlersFactory<C extends WidgetCreatorContext> |
interface |
HasKeyboardPagingPolicyFactory<C extends WidgetCreatorContext> |
interface |
HasKeyboardSelectionPolicyFactory<C extends WidgetCreatorContext> |
interface |
HasNameFactory<C extends WidgetCreatorContext> |
interface |
HasOpenHandlersFactory<C extends WidgetCreatorContext> |
class |
HasPagedDataProviderFactory<C extends WidgetCreatorContext>
A helper class to help on HasData widgets creation, based on crux pages metadata.
|
interface |
HasRowsFactory<C extends WidgetCreatorContext> |
interface |
HasScrollHandlersFactory<C extends WidgetCreatorContext> |
interface |
HasSelectionHandlersFactory<C extends WidgetCreatorContext> |
interface |
HasShowRangeHandlersFactory<C extends WidgetCreatorContext> |
interface |
HasTextFactory<C extends WidgetCreatorContext> |
interface |
HasValueChangeHandlersFactory<C extends WidgetCreatorContext> |
interface |
HasValueFactory<C extends WidgetCreatorContext> |
interface |
HasVerticalAlignmentFactory<C extends WidgetCreatorContext> |
interface |
HasWordWrapFactory<C extends WidgetCreatorContext> |
interface |
IsCollapsibleFactory<C extends WidgetCreatorContext> |
| Modifier and Type | Method and Description |
|---|---|
WidgetCreatorContext |
AbstractPagerFactory.instantiateContext() |
| Modifier and Type | Method and Description |
|---|---|
void |
HTMLParser.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String attributeValue) |
void |
HasRowsFactory.EstimatedRowCountProcessor.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String attributeValue) |
void |
HasEnabledFactory.EditPermissionAttributeProcessor.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String attributeValue) |
void |
HasDataFactory.SelectionModelProcessor.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String attributeValue) |
void |
AbstractPagerFactory.PageableAttributeProcessor.processAttribute(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String propertyValue) |
void |
HasDataProviderFactory.ScrollableDataProviderProcessor.processChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context) |
void |
HasDataProviderFactory.DataProviderProcessor.processChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context) |
void |
HasDataProviderFactory.LazyDataProviderProcessor.processChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context) |
void |
HasDataProviderFactory.StreamingDataProviderProcessor.processChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context) |
void |
HasDataProviderFactory.AbstractEagerDataProviderProcessor.processChildren(AbstractProxyCreator.SourcePrinter out,
WidgetCreatorContext context,
String dataProviderClassName) |
| Modifier and Type | Class and Description |
|---|---|
class |
AutoHorizontalAlignmentAttributeParser<C extends WidgetCreatorContext> |
class |
HorizontalAlignmentAttributeParser<C extends WidgetCreatorContext> |
class |
VerticalAlignmentAttributeParser<C extends WidgetCreatorContext> |
| Modifier and Type | Class and Description |
|---|---|
class |
AllChildProcessor<C extends WidgetCreatorContext> |
class |
AnyWidgetChildProcessor<C extends WidgetCreatorContext> |
class |
ChoiceChildProcessor<C extends WidgetCreatorContext> |
interface |
HasPostProcessor<C extends WidgetCreatorContext> |
class |
SequenceChildProcessor<C extends WidgetCreatorContext> |
class |
TextChildProcessor<C extends WidgetCreatorContext> |
class |
WidgetChildProcessor<C extends WidgetCreatorContext> |
| Modifier and Type | Class and Description |
|---|---|
class |
DirectionEstimatorAttributeParser<C extends WidgetCreatorContext> |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractCellFactory<C extends WidgetCreatorContext> |
class |
AbstractHasDataFactory<C extends WidgetCreatorContext> |
class |
ComplexPanelFactory<C extends WidgetCreatorContext> |
class |
CompositeFactory<C extends WidgetCreatorContext>
Factory for a composite widget
|
class |
FocusWidgetFactory<C extends WidgetCreatorContext>
This is the base factory class for widgets that can receive focus.
|
class |
PanelFactory<C extends WidgetCreatorContext>
Base factory class for all panels
|
| Modifier and Type | Class and Description |
|---|---|
class |
CellPanelContext |
class |
HTMLTableFactoryContext |
class |
ListBoxContext |
Copyright © 2015. All rights reserved.