Package | Description |
---|---|
org.metawidget.gwt.client.ui |
GWT support.
|
org.metawidget.gwt.client.ui.layout |
GWT support: layouts.
|
org.metawidget.gwt.client.widgetbuilder |
GWT support: standard GWT WidgetBuilders.
|
org.metawidget.gwt.client.widgetbuilder.extgwt |
GWT support: ExtGWT WidgetBuilders.
|
org.metawidget.gwt.client.widgetprocessor |
GWT support: widget processors.
|
org.metawidget.gwt.client.widgetprocessor.binding.simple |
GWT support: Generator-based property binding (client-side).
|
Modifier and Type | Method and Description |
---|---|
protected GwtMetawidget |
GwtMetawidget.buildNestedMetawidget()
Hook so subclasses can change which class gets created.
|
protected GwtMetawidget |
GwtMetawidget.Pipeline.buildNestedMetawidget(Map<String,String> attributes) |
protected GwtMetawidget |
GwtMetawidget.Pipeline.getPipelineOwner() |
Modifier and Type | Method and Description |
---|---|
protected void |
GwtMetawidget.initNestedMetawidget(GwtMetawidget nestedMetawidget,
Map<String,String> attributes) |
Modifier and Type | Method and Description |
---|---|
void |
GwtMetawidget.addInspectionResultProcessor(InspectionResultProcessor<GwtMetawidget> inspectionResultProcessor) |
void |
GwtMetawidget.addWidgetProcessor(WidgetProcessor<com.google.gwt.user.client.ui.Widget,GwtMetawidget> widgetProcessor) |
void |
GwtMetawidget.setLayout(Layout<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget> layout) |
void |
GwtMetawidget.setWidgetBuilder(WidgetBuilder<com.google.gwt.user.client.ui.Widget,GwtMetawidget> widgetBuilder) |
Modifier and Type | Method and Description |
---|---|
protected void |
LabelLayoutDecorator.addSectionWidget(String section,
int level,
com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
protected com.google.gwt.user.client.ui.Panel |
TabPanelLayoutDecorator.createSectionWidget(com.google.gwt.user.client.ui.Panel previousSectionWidget,
String section,
Map<String,String> attributes,
com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
void |
FlexTableLayout.endContainerLayout(com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
protected FlatSectionLayoutDecorator.State |
GwtFlatSectionLayoutDecorator.getState(com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
protected NestedSectionLayoutDecorator.State<com.google.gwt.user.client.ui.Panel> |
GwtNestedSectionLayoutDecorator.getState(com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
protected String |
FlexTableLayout.getStyleName(int styleName,
GwtMetawidget metawidget) |
protected void |
FlexTableLayout.layoutRequired(Map<String,String> attributes,
com.google.gwt.user.client.ui.Widget container,
GwtMetawidget metawidget) |
void |
FlexTableLayout.layoutWidget(com.google.gwt.user.client.ui.Widget widget,
String elementName,
Map<String,String> attributes,
com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
void |
FlowLayout.layoutWidget(com.google.gwt.user.client.ui.Widget widget,
String elementName,
Map<String,String> attributes,
com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
void |
FlexTableLayout.onEndBuild(GwtMetawidget metawidget) |
void |
FlexTableLayout.onStartBuild(GwtMetawidget metawidget) |
void |
FlexTableLayout.startContainerLayout(com.google.gwt.user.client.ui.Panel container,
GwtMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
LabelLayoutDecoratorConfig |
LabelLayoutDecoratorConfig.setLayout(Layout<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget> layout)
Overridden to use covariant return type.
|
Constructor and Description |
---|
GwtFlatSectionLayoutDecorator(LayoutDecoratorConfig<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget> config) |
GwtNestedSectionLayoutDecorator(LayoutDecoratorConfig<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget> config) |
TabPanelLayoutDecorator(LayoutDecoratorConfig<com.google.gwt.user.client.ui.Widget,com.google.gwt.user.client.ui.Panel,GwtMetawidget> config) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
OverriddenWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
GwtMetawidget metawidget) |
com.google.gwt.user.client.ui.Widget |
ReadOnlyWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
GwtMetawidget metawidget) |
com.google.gwt.user.client.ui.Widget |
GwtWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
GwtMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
ExtGwtWidgetBuilder.buildWidget(String elementName,
Map<String,String> attributes,
GwtMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
com.google.gwt.user.client.ui.Widget |
StyleNameProcessor.processWidget(com.google.gwt.user.client.ui.Widget widget,
String elementName,
Map<String,String> attributes,
GwtMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
void |
SimpleBindingProcessor.onEndBuild(GwtMetawidget metawidget) |
void |
SimpleBindingProcessor.onStartBuild(GwtMetawidget metawidget) |
com.google.gwt.user.client.ui.Widget |
SimpleBindingProcessor.processWidget(com.google.gwt.user.client.ui.Widget widget,
String elementName,
Map<String,String> attributes,
GwtMetawidget metawidget) |
void |
SimpleBindingProcessor.rebind(Object toRebind,
GwtMetawidget metawidget)
Rebinds the Metawidget to the given Object.
|
void |
SimpleBindingProcessor.save(GwtMetawidget metawidget) |
Copyright © 2015. All Rights Reserved.