- cacheTraits(String, Map<String, T>) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
- camelCase(String) - Static method in class org.metawidget.util.simple.StringUtils
-
Converts the given String to camel case.
- camelCase(String, char) - Static method in class org.metawidget.util.simple.StringUtils
-
Converts the given String to camel case.
- capitalize(String) - Static method in class org.metawidget.util.simple.StringUtils
-
Capitalize by uppercasing the first letter of the given String (e.g.
- CaptionProcessor - Class in org.metawidget.vaadin.ui.widgetprocessor
-
WidgetProcessor that sets a 'caption' on a Vaadin Component.
- CaptionProcessor() - Constructor for class org.metawidget.vaadin.ui.widgetprocessor.CaptionProcessor
-
- CASE_INSENSITIVE_COMPARATOR - Static variable in class org.metawidget.util.simple.StringUtils
-
Comparator that orders String
objects as by compareToIgnoreCase
.
- characters(char[], int, int) - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- classExists(String) - Static method in class org.metawidget.util.ClassUtils
-
Gracefully test whether a class exists.
- ClassUtils - Class in org.metawidget.util
-
Utilities for working with Classes.
- clear() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- clearCache() - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
SPI for tools such as
FakeReplace that
need to clear the cache.
- close() - Method in class org.metawidget.statically.StaticUtils.IndentedWriter
-
- close() - Method in class org.metawidget.statically.StaticUtils.LeadingSpaceWriter
-
- CollapsiblePanelLayoutDecorator - Class in org.metawidget.faces.component.html.layout.richfaces
-
Layout to decorate widgets from different sections using a RichFaces (4.x) CollapsiblePanel.
- CollapsiblePanelLayoutDecorator(CollapsiblePanelLayoutDecoratorConfig) - Constructor for class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecorator
-
- CollapsiblePanelLayoutDecoratorConfig - Class in org.metawidget.faces.component.html.layout.richfaces
-
Configures a CollapsiblePanelLayoutDecoratorConfig prior to use.
- CollapsiblePanelLayoutDecoratorConfig() - Constructor for class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecoratorConfig
-
- CollectionUtils - Class in org.metawidget.util
-
Utilities for working with Java Collections.
- combineElements(Element, Element, String, String) - Static method in class org.metawidget.util.XmlUtils
-
Combine the attributes and child elements of the second element into the first element.
- combineInspectionResult(Document, Document) - Method in class org.metawidget.inspector.composite.CompositeInspector
-
- COMES_AFTER - Static variable in class org.metawidget.inspector.InspectionResultConstants
-
- ComesAfterInspectionResultProcessor<M> - Class in org.metawidget.inspectionresultprocessor.sort
-
Sorts an inspection result by any comes-after
attributes.
- ComesAfterInspectionResultProcessor() - Constructor for class org.metawidget.inspectionresultprocessor.sort.ComesAfterInspectionResultProcessor
-
- CommonsValidatorInspector - Class in org.metawidget.inspector.commons.validator
-
Inspector to look for metadata in validation.xml files.
- CommonsValidatorInspector(CommonsValidatorInspectorConfig) - Constructor for class org.metawidget.inspector.commons.validator.CommonsValidatorInspector
-
- CommonsValidatorInspectorConfig - Class in org.metawidget.inspector.commons.validator
-
Configures a CommonsValidatorInspector prior to use.
- CommonsValidatorInspectorConfig() - Constructor for class org.metawidget.inspector.commons.validator.CommonsValidatorInspectorConfig
-
- COMPONENT_ATTRIBUTE_METADATA - Static variable in class org.metawidget.faces.component.UIMetawidget
-
Component-level attribute used to store metadata.
- COMPONENT_ATTRIBUTE_NOT_RECREATABLE - Static variable in class org.metawidget.faces.component.UIMetawidget
-
Component-level attribute used to prevent recreation.
- COMPONENT_ATTRIBUTE_SECTION_DECORATOR - Static variable in class org.metawidget.faces.component.UIMetawidget
-
Component-level attribute used to store metadata.
- COMPONENT_TYPE - Static variable in class org.metawidget.faces.component.html.HtmlMetawidget
-
- COMPONENT_TYPE - Static variable in class org.metawidget.faces.component.html.widgetbuilder.HtmlLookupOutputText
-
- COMPONENT_TYPE - Static variable in class org.metawidget.faces.component.UIStub
-
- CompositeInspector - Class in org.metawidget.inspector.composite
-
Delegates inspection to one or more sub-inspectors, then combines the resulting DOMs.
- CompositeInspector(CompositeInspectorConfig) - Constructor for class org.metawidget.inspector.composite.CompositeInspector
-
- CompositeInspectorConfig - Class in org.metawidget.inspector.composite
-
Configures a CompositeInspector prior to use.
- CompositeInspectorConfig() - Constructor for class org.metawidget.inspector.composite.CompositeInspectorConfig
-
- CompositeWidgetBuilder<W,M extends W> - Class in org.metawidget.widgetbuilder.composite
-
Delegates widget building to one or more sub-WidgetBuilders.
- CompositeWidgetBuilder(CompositeWidgetBuilderConfig<W, M>) - Constructor for class org.metawidget.widgetbuilder.composite.CompositeWidgetBuilder
-
- CompositeWidgetBuilderConfig<W,M extends W> - Class in org.metawidget.widgetbuilder.composite
-
Configures a CompositeWidgetBuilder prior to use.
- CompositeWidgetBuilderConfig() - Constructor for class org.metawidget.widgetbuilder.composite.CompositeWidgetBuilderConfig
-
- ConfigReader - Interface in org.metawidget.config.iface
-
Reads metadata.xml
files and configures Metawidgets.
- configure() - Method in class org.metawidget.android.widget.AndroidMetawidget.Pipeline
-
- configure(String, Object, String...) - Method in interface org.metawidget.config.iface.ConfigReader
-
Read configuration from an application resource.
- configure(InputStream, Object, String...) - Method in interface org.metawidget.config.iface.ConfigReader
-
Read configuration from an input stream.
- configure(String, Object, String...) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Read configuration from an application resource.
- configure(InputStream, Object, String...) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Read configuration from an input stream.
- configure() - Method in class org.metawidget.faces.component.UIMetawidget.Pipeline
-
- configure() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- configure() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget.Pipeline
-
- configure() - Method in class org.metawidget.jsp.tagext.MetawidgetTag.MetawidgetTagPipeline
-
- configure() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- configure() - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- configure() - Method in class org.metawidget.swing.SwingMetawidget.Pipeline
-
- configure() - Method in class org.metawidget.swt.SwtMetawidget.Pipeline
-
- configureDataTableComponent(UIData) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
- configureDataTableComponent(UIData) - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilder
-
- configureDefaults() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- configureDefaults() - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
Configure a default Inspector (setInspector
),
list of InspectionResultProcessors (setInspectionResultProcessors
),
WidgetBuilder (setWidgetBuilder
), list of
WidgetProcessors (setWidgetProcessors
) and a Layout (setLayout
).
- configureDefaults() - Method in class org.metawidget.swing.SwingMetawidget.Pipeline
-
- configureDefaults() - Method in class org.metawidget.swt.SwtMetawidget.Pipeline
-
- configureOnce() - Method in class org.metawidget.pipeline.base.BasePipeline
-
Configures the Metawidget, then sets a flag so that subsequent calls to
configureOnce
do nothing.
- contains(T[], T) - Static method in class org.metawidget.util.ArrayUtils
-
- convert(F, Class<? extends T>) - Method in interface org.metawidget.vaadin.ui.widgetprocessor.binding.simple.Converter
-
- convert(String, Class<? extends Object>) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.FromStringConverter
-
- convert(Number, Class<? extends Number>) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.NumberConverter
-
- convert(Object, Class<? extends String>) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.ToStringConverter
-
- Converter<T> - Interface in org.metawidget.android.widget.widgetprocessor.binding.simple
-
Interface for SimpleBindingProcessor
Converters.
- Converter<T> - Interface in org.metawidget.gwt.client.widgetprocessor.binding.simple
-
Interface for SimpleBindingProcessor
Converters.
- Converter<F,T> - Interface in org.metawidget.vaadin.ui.widgetprocessor.binding.simple
-
Interface for SimpleBindingProcessor
Converters.
- ConverterProcessor - Interface in org.metawidget.faces.component.widgetprocessor
-
Java Server Faces support: Converters
- convertForView(View, T) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.BaseConverter
-
Convert the given value to a form that can be displayed by the given View.
- convertForView(View, T) - Method in interface org.metawidget.android.widget.widgetprocessor.binding.simple.Converter
-
Convert the given value to a form that can be displayed by the given View.
- convertForView(View, Object) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleConverter
-
- convertForward(T) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.ReadOnlyToStringConverter
-
- convertForWidget(Widget, T) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.BaseConverter
-
Convert the given value to a form that can be displayed by the given Widget.
- convertForWidget(Widget, T) - Method in interface org.metawidget.gwt.client.widgetprocessor.binding.simple.Converter
-
Convert the given value to a form that can be displayed by the given Widget.
- convertForWidget(Widget, Object) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleConverter
-
- convertFromString(String, Class<?>) - Method in interface org.metawidget.android.widget.widgetprocessor.binding.BindingConverter
-
Convert the given String to the given expected type, if possible.
- convertFromString(String, Class<?>) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- convertFromString(String, Class<?>) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor
-
- convertFromString(String, Class<?>) - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessor
-
- convertFromString(String, Class<?>) - Method in interface org.metawidget.swing.widgetprocessor.binding.BindingConverter
-
Convert the given String to the given expected type, if possible.
- convertFromString(String, Class<?>) - Method in class org.metawidget.swt.widgetprocessor.binding.databinding.DataBindingProcessor
-
- convertFromString(String, Class<?>) - Method in interface org.metawidget.vaadin.ui.widgetprocessor.binding.BindingConverter
-
Convert the given String to the given expected type, if possible.
- convertFromString(String, Class<?>) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- convertFromView(View, Object, Class<?>) - Method in interface org.metawidget.android.widget.widgetprocessor.binding.simple.Converter
-
Convert the given value (as returned by the given View) into the given class
- convertFromView(View, Object, Class<?>) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleConverter
-
- convertFromWidget(Widget, Object, Class<?>) - Method in interface org.metawidget.gwt.client.widgetprocessor.binding.simple.Converter
-
Convert the given value (as returned by the given Widget) into the given class
- convertFromWidget(Widget, Object, Class<?>) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleConverter
-
- convertReverse(String) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.ReadOnlyToStringConverter
-
- copyParameters(UIMetawidget) - Method in class org.metawidget.faces.component.UIMetawidget
-
As discussed in the setParameter
JavaDoc, clients should use this method to
copy parameters, rather than creating UIParameter components directly.
- CoreForEach - Class in org.metawidget.statically.jsp.widgetbuilder
-
- CoreForEach() - Constructor for class org.metawidget.statically.jsp.widgetbuilder.CoreForEach
-
- CoreOut - Class in org.metawidget.statically.jsp.widgetbuilder
-
- CoreOut() - Constructor for class org.metawidget.statically.jsp.widgetbuilder.CoreOut
-
- CoreWidget - Class in org.metawidget.statically.faces.component.html
-
Widgets within the JSF f: namespace.
- CoreWidget(String) - Constructor for class org.metawidget.statically.faces.component.html.CoreWidget
-
- CoreWidget - Class in org.metawidget.statically.jsp.widgetbuilder
-
Widgets within the JSTL c: namespace.
- CoreWidget(String) - Constructor for class org.metawidget.statically.jsp.widgetbuilder.CoreWidget
-
- createColumnComponent() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
Create a UIColumn component.
- createColumnComponent() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilder
-
- createCommandLinkComponent() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
Create a HtmlCommandLink component.
- createCommandLinkComponent() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilder
-
- createComponent(String, String) - Static method in class org.metawidget.faces.FacesUtils
-
Create a component using either the JSF 2.x
createComponent( context, componentType, rendererType )
method, or the JSF 1.x
createComponent( componentType )
method.
- createContext(M) - Method in class org.metawidget.inspectionresultprocessor.commons.jexl.JexlInspectionResultProcessor
-
Prepare the JexlContext.
- createDataTableComponent(String, Map<String, String>, UIMetawidget) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
- createDataTableComponent() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
Create a UIData component.
- createDataTableComponent() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilder
-
- createDataTableComponent(String, Map<String, String>, StaticXmlMetawidget) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
- createDataTableComponent(String, Map<String, String>, StaticHtmlMetawidget) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlWidgetBuilder
-
- createDataTableComponent(String, Map<String, String>, StaticXmlMetawidget) - Method in class org.metawidget.statically.jsp.widgetbuilder.JspWidgetBuilder
-
- createEngine() - Method in class org.metawidget.inspectionresultprocessor.commons.jexl.JexlInspectionResultProcessor
-
Prepare the JexlEngine.
- createHiddenTag(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetprocessor.HiddenFieldProcessor
-
- createHiddenTag(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetprocessor.spring.HiddenFieldProcessor
-
- createInlineMessage(FacesContext, UIComponent, String) - Method in class org.metawidget.faces.renderkit.html.HtmlDivLayoutRenderer
-
- createInlineMessage(FacesContext, UIComponent, String) - Method in class org.metawidget.faces.renderkit.html.HtmlLayoutRenderer
-
Creates an inline HtmlMessage
attached to the given messageFor
id.
- createLabel(FacesContext, UIComponent) - Method in class org.metawidget.faces.renderkit.html.HtmlLayoutRenderer
-
Create a label component for the given UIComponent
.
- createLabel(StaticXmlWidget, String, Map<String, String>, StaticHtmlMetawidget) - Method in class org.metawidget.statically.html.layout.HtmlLayout
-
- createLazyResolvingNative(Object, Class<?>) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Create a native that is 'lazily resolved' based on the method it is being applied to.
- createNative(String, Class<?>, String) - Method in class org.metawidget.android.AndroidConfigReader
-
Overridden to process int
s using Resources.getIdentifier
- createNative(String, Class<?>, String) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Create the given native type based on the recorded text (as returned by
SAX.endRecording
)
- createNativeCollection(String) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Certain XML tags are supported 'natively' as collections by the reader.
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.icefaces.PanelTabSetLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.richfaces.PanelLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.html.layout.richfaces.TabPanelLayoutDecorator
-
- createNewSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator
-
Creates a new widget to hold this section (getState().currentSection
).
- createRanged(Map<String, String>) - Method in class org.metawidget.faces.component.html.widgetbuilder.richfaces.RichFacesWidgetBuilder
-
- createReadOnlyButton(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetbuilder.ReadOnlyWidgetBuilder
-
- createReadOnlyButton(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetbuilder.spring.ReadOnlyWidgetBuilder
-
- createReadOnlyButton(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetbuilder.struts.ReadOnlyWidgetBuilder
-
- createReadOnlyLabelTag(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetbuilder.ReadOnlyWidgetBuilder
-
- createReadOnlyLabelTag(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetbuilder.spring.ReadOnlyWidgetBuilder
-
- createReadOnlyLabelTag(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetbuilder.struts.ReadOnlyWidgetBuilder
-
- createSectionWidget(ViewGroup, String, Map<String, String>, ViewGroup, AndroidMetawidget) - Method in class org.metawidget.android.widget.layout.TabHostLayoutDecorator
-
- createSectionWidget(ViewGroup, String, Map<String, String>, ViewGroup, AndroidMetawidget) - Method in class org.metawidget.android.widget.layout.TextViewLayoutDecorator
-
- createSectionWidget(UIComponent, String, Map<String, String>, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator
-
Overridden, and made final, to support searching for existing section widgets before creating
new ones.
- createSectionWidget(Panel, String, Map<String, String>, Panel, GwtMetawidget) - Method in class org.metawidget.gwt.client.ui.layout.TabPanelLayoutDecorator
-
- createSectionWidget(BodyTag, String, Map<String, String>, BodyTag, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.layout.FieldsetLayoutDecorator
-
- createSectionWidget(C, String, Map<String, String>, C, M) - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator
-
Creates a new widget to hold this section (getState().currentSection
).
- createSectionWidget(JComponent, String, Map<String, String>, JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.TabbedPaneLayoutDecorator
-
- createSectionWidget(JComponent, String, Map<String, String>, JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.TitledPanelLayoutDecorator
-
- createSectionWidget(Composite, String, Map<String, String>, Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.TabFolderLayoutDecorator
-
- createSectionWidget(ComponentContainer, String, Map<String, String>, ComponentContainer, VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.TabSheetLayoutDecorator
-
- createSectionWidgetAttributes() - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecorator
-
- createSectionWidgetAttributes() - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecorator
-
- createTable(String, Map<String, String>, SwingMetawidget) - Method in class org.metawidget.swing.widgetbuilder.SwingWidgetBuilder
-
- createUniqueId() - Static method in class org.metawidget.faces.FacesUtils
-
Custom implementation of UIViewRoot.createUniqueId
.
- CssStyleProcessor - Class in org.metawidget.faces.component.html.widgetprocessor
-
WidgetProcessor that adds CSS styles to a UIComponent, based on the styles of the parent
Metawidget.
- CssStyleProcessor() - Constructor for class org.metawidget.faces.component.html.widgetprocessor.CssStyleProcessor
-
- CssStyleProcessor - Class in org.metawidget.jsp.tagext.html.widgetprocessor.spring
-
WidgetProcessor that adds CSS styles to a Spring AbstractHtmlElementTag, based on the styles of
the parent Metawidget.
- CssStyleProcessor() - Constructor for class org.metawidget.jsp.tagext.html.widgetprocessor.spring.CssStyleProcessor
-
- CssStyleProcessor - Class in org.metawidget.jsp.tagext.html.widgetprocessor.struts
-
WidgetProcessor that adds CSS styles to a Struts BaseHandlerTag, based on the styles of
the parent Metawidget.
- CssStyleProcessor() - Constructor for class org.metawidget.jsp.tagext.html.widgetprocessor.struts.CssStyleProcessor
-
- CssStyleProcessor - Class in org.metawidget.statically.faces.component.html.widgetprocessor
-
WidgetProcessor that adds CSS styles to a StaticXmlWidget, based on the styles of the parent
StaticHtmlMetawidget.
- CssStyleProcessor() - Constructor for class org.metawidget.statically.faces.component.html.widgetprocessor.CssStyleProcessor
-
- CssStyleProcessor - Class in org.metawidget.statically.html.widgetprocessor
-
WidgetProcessor that adds CSS styles to a StaticXmlWidget, based on the styles of the parent
StaticHtmlMetawidget.
- CssStyleProcessor() - Constructor for class org.metawidget.statically.html.widgetprocessor.CssStyleProcessor
-
- CssStyleProcessor - Class in org.metawidget.statically.spring.widgetprocessor
-
WidgetProcessor that adds CSS styles to a StaticXmlWidget, based on the styles of the parent
StaticSpringMetawidget.
- CssStyleProcessor() - Constructor for class org.metawidget.statically.spring.widgetprocessor.CssStyleProcessor
-
- CURRENCY_CODE - Static variable in class org.metawidget.inspector.InspectionResultConstants
-
ISO 4217 currency code to be applied when formatting currencies.
- CURRENCY_SYMBOL - Static variable in class org.metawidget.inspector.InspectionResultConstants
-
- FaceletsParam - Class in org.metawidget.statically.faces.component.html.widgetbuilder
-
- FaceletsParam() - Constructor for class org.metawidget.statically.faces.component.html.widgetbuilder.FaceletsParam
-
- FaceletsWidget - Class in org.metawidget.statically.faces.component.html
-
Widgets within the JSF ui: namespace.
- FaceletsWidget(String) - Constructor for class org.metawidget.statically.faces.component.html.FaceletsWidget
-
- FACES_AJAX_ACTION - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_AJAX_EVENT - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_COMPONENT - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_CONVERTER - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
The Faces Converter to use for this component.
- FACES_CONVERTER - Static variable in class org.metawidget.inspector.faces.StaticFacesInspectionResultConstants
-
- FACES_EXPRESSION - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_IMMEDIATE - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
Attribute indicated the UIComponent should have its immediate
flag set.
- FACES_LOOKUP - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_LOOKUP - Static variable in class org.metawidget.inspector.faces.StaticFacesInspectionResultConstants
-
- FACES_LOOKUP_ITEM_LABEL - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_LOOKUP_ITEM_VALUE - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_LOOKUP_VAR - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FACES_SUGGEST - Static variable in class org.metawidget.inspector.faces.FacesInspectionResultConstants
-
- FacesAnnotationInspector - Class in org.metawidget.inspector.faces
-
Inspects annotations defined by Metawidget's Java Server Faces support (declared in this same
package).
- FacesAnnotationInspector() - Constructor for class org.metawidget.inspector.faces.FacesAnnotationInspector
-
- FacesAnnotationInspector(BaseObjectInspectorConfig) - Constructor for class org.metawidget.inspector.faces.FacesAnnotationInspector
-
- FacesInspectionResultConstants - Class in org.metawidget.inspector.faces
-
Faces-specific element and attribute names appearing in DOMs conforming to
inspection-result-1.0.xsd.
- FacesInspectionResultProcessor - Class in org.metawidget.inspectionresultprocessor.faces
-
Processes the inspection result and evaluates any expressions of the form #{...}
using JSF EL.
- FacesInspectionResultProcessor() - Constructor for class org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessor
-
Constructs a FacesInspectionResultProcessor.
- FacesInspectionResultProcessor(FacesInspectionResultProcessorConfig) - Constructor for class org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessor
-
Constructs a FacesInspectionResultProcessor.
- FacesInspectionResultProcessorConfig - Class in org.metawidget.inspectionresultprocessor.faces
-
Configures a FacesInspectionResultProcessor prior to use.
- FacesInspectionResultProcessorConfig() - Constructor for class org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessorConfig
-
- FacesResourceResolver - Class in org.metawidget.faces.component
-
Specialized ResourceResolver for Java Server Faces.
- FacesResourceResolver() - Constructor for class org.metawidget.faces.component.FacesResourceResolver
-
- FacesUtils - Class in org.metawidget.faces
-
Utilities for working with Java Server Faces.
- Facet - Class in org.metawidget.android.widget
-
Facet for Android environments.
- Facet(Context) - Constructor for class org.metawidget.android.widget.Facet
-
- Facet(Context, AttributeSet) - Constructor for class org.metawidget.android.widget.Facet
-
- Facet - Class in org.metawidget.gwt.client.ui
-
Facet for GWT environments.
- Facet() - Constructor for class org.metawidget.gwt.client.ui.Facet
-
- Facet - Class in org.metawidget.statically.faces.component.html.widgetbuilder
-
- Facet() - Constructor for class org.metawidget.statically.faces.component.html.widgetbuilder.Facet
-
- Facet - Class in org.metawidget.swing
-
Facet for Swing environments.
- Facet() - Constructor for class org.metawidget.swing.Facet
-
- Facet - Class in org.metawidget.swt
-
Facet for Swt environments.
- Facet(Composite, int) - Constructor for class org.metawidget.swt.Facet
-
- Facet - Class in org.metawidget.vaadin.ui
-
Facet for Vaadin environments.
- Facet() - Constructor for class org.metawidget.vaadin.ui.Facet
-
- FacetTag - Class in org.metawidget.jsp.tagext
-
Facet for JSP environments.
- FacetTag() - Constructor for class org.metawidget.jsp.tagext.FacetTag
-
- FALSE - Static variable in class org.metawidget.inspector.InspectionResultConstants
-
When a true/false attribute is false.
- fetchExistingUnusedComponents() - Method in class org.metawidget.swing.SwingMetawidget
-
Fetch a list of JComponents
that were added manually, and have so far not been
used.
- fetchExistingUnusedComponents() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Fetch a list of AbstractComponents
that were added manually,
and have so far not been used.
- fetchExistingUnusedViews() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Fetch a list of Views
that were added manually, and have so far not been used.
- fetchExistingUnusedWidgets() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Fetch a list of Widgets
that were added manually, and have so far not been used.
- FieldsetLayoutDecorator - Class in org.metawidget.jsp.tagext.html.layout
-
Layout to decorate widgets from different sections using a Fieldset with a Label.
- FieldsetLayoutDecorator(LayoutDecoratorConfig<Tag, BodyTag, MetawidgetTag>) - Constructor for class org.metawidget.jsp.tagext.html.layout.FieldsetLayoutDecorator
-
- FillLayout - Class in org.metawidget.swt.layout
-
Layout to simply output components one after another, with no labels and no structure, using
org.eclipse.swt.layout.FillLayout
.
- FillLayout() - Constructor for class org.metawidget.swt.layout.FillLayout
-
- findRenderedComponentWithMethodBinding(UIComponent, String) - Method in class org.metawidget.faces.component.widgetbuilder.OverriddenWidgetBuilder
-
Finds the child component of the given component that is both rendered and has the given
method expression.
- findRenderedComponentWithValueBinding(UIComponent, String) - Method in class org.metawidget.faces.component.widgetbuilder.OverriddenWidgetBuilder
-
Finds the child component of the given component that is both rendered and has the given
value expression.
- findViewWithTags(String...) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Find the nested view with the given path of tags.
- FlatSectionLayoutDecorator<W,C extends W,M extends C> - Class in org.metawidget.layout.decorator
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections, rendering multi-level sections (ie.
- FlatSectionLayoutDecorator(LayoutDecoratorConfig<W, C, M>) - Constructor for class org.metawidget.layout.decorator.FlatSectionLayoutDecorator
-
- FlatSectionLayoutDecorator.State - Class in org.metawidget.layout.decorator
-
Simple, lightweight structure for saving state.
- FlatSectionLayoutDecorator.State() - Constructor for class org.metawidget.layout.decorator.FlatSectionLayoutDecorator.State
-
- FlexTableLayout - Class in org.metawidget.gwt.client.ui.layout
-
Layout to arrange widgets in a FlexTable
, with one column for labels and another for
the widget.
- FlexTableLayout() - Constructor for class org.metawidget.gwt.client.ui.layout.FlexTableLayout
-
- FlexTableLayout(FlexTableLayoutConfig) - Constructor for class org.metawidget.gwt.client.ui.layout.FlexTableLayout
-
- FlexTableLayoutConfig - Class in org.metawidget.gwt.client.ui.layout
-
Configures a FlexTableLayout prior to use.
- FlexTableLayoutConfig() - Constructor for class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- FlowLayout - Class in org.metawidget.gwt.client.ui.layout
-
Layout to simply output components one after another, with no labels and no structure.
- FlowLayout() - Constructor for class org.metawidget.gwt.client.ui.layout.FlowLayout
-
- FlowLayout - Class in org.metawidget.swing.layout
-
Layout to simply output components one after another, with no labels and no structure, using
java.awt.FlowLayout
.
- FlowLayout() - Constructor for class org.metawidget.swing.layout.FlowLayout
-
- flush() - Method in class org.metawidget.statically.StaticUtils.IndentedWriter
-
- flush() - Method in class org.metawidget.statically.StaticUtils.LeadingSpaceWriter
-
- FormCheckboxTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:checkbox> Spring tag
- FormCheckboxTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormCheckboxTag
-
- FormHiddenTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:hidden> Spring tag
- FormHiddenTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormHiddenTag
-
- FormInputTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the Spring tag
- FormInputTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormInputTag
-
- FormLabelTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:label> Spring tag.
- FormLabelTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormLabelTag
-
- FormLayout - Class in org.metawidget.vaadin.ui.layout
-
Layout to arrange widgets using Vaadin's FormLayout
.
- FormLayout() - Constructor for class org.metawidget.vaadin.ui.layout.FormLayout
-
- FormLayout(FormLayoutConfig) - Constructor for class org.metawidget.vaadin.ui.layout.FormLayout
-
- FormLayoutConfig - Class in org.metawidget.vaadin.ui.layout
-
Configures a FormLayout prior to use.
- FormLayoutConfig() - Constructor for class org.metawidget.vaadin.ui.layout.FormLayoutConfig
-
- FormOptionsTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:options> Spring tag
- FormOptionsTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormOptionsTag
-
- FormOptionTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:option> Spring tag
- FormOptionTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormOptionTag
-
- FormPasswordTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:password> Spring tag
- FormPasswordTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormPasswordTag
-
- FormSelectTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:select> Spring tag
- FormSelectTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormSelectTag
-
- FormTextareaTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Static widget for the <form:textarea> Spring tag
- FormTextareaTag() - Constructor for class org.metawidget.statically.spring.widgetbuilder.FormTextareaTag
-
- FreemarkerLayout - Class in org.metawidget.statically.freemarker.layout
-
Layout to arrange widgets using a FreeMarker template.
- FreemarkerLayout(FreemarkerLayoutConfig) - Constructor for class org.metawidget.statically.freemarker.layout.FreemarkerLayout
-
Configure the FreemarkerLayout using the given
config.getDirectoryForTemplateLoading() and config.getTemplate() (see
freemarker.template.Configuration).
- FreemarkerLayoutConfig - Class in org.metawidget.statically.freemarker.layout
-
Configures a FreemarkerLayout prior to use.
- FreemarkerLayoutConfig() - Constructor for class org.metawidget.statically.freemarker.layout.FreemarkerLayoutConfig
-
- fromString(String, char) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
GWT-ified CollectionUtils.fromString
.
- fromString(String) - Static method in class org.metawidget.util.ArrayUtils
-
- fromString(String, char) - Static method in class org.metawidget.util.ArrayUtils
-
- fromString(String) - Static method in class org.metawidget.util.CollectionUtils
-
Split the given String by comma.
- fromString(String, char) - Static method in class org.metawidget.util.CollectionUtils
-
Split the given String by the given separator.
- FromStringConverter - Class in org.metawidget.vaadin.ui.widgetprocessor.binding.simple
-
Built-in Converter to convert Strings to primitive types.
- FromStringConverter() - Constructor for class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.FromStringConverter
-
- generate(TreeLogger, GeneratorContext, String) - Method in class org.metawidget.gwt.generator.widgetprocessor.binding.simple.SimpleBindingProcessorAdapterGenerator
-
- getAction() - Method in class org.metawidget.faces.component.UIStub
-
- getActionListener() - Method in class org.metawidget.faces.component.UIStub
-
- getActionListeners() - Method in class org.metawidget.faces.component.UIStub
-
- getActions(String) - Method in interface org.metawidget.inspector.impl.actionstyle.ActionStyle
-
Gets the Actions for the given type.
- getActions(String) - Method in class org.metawidget.inspector.impl.actionstyle.BaseActionStyle
-
- getActions(String) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
- getActionStyle() - Method in class org.metawidget.inspector.impl.BaseObjectInspectorConfig
-
Gets the style used to recognize actions.
- getActionStyle() - Method in class org.metawidget.inspector.swing.SwingAppFrameworkInspectorConfig
-
- getActiveIndex() - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- getActiveIndex() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- getActualClassOrType(Map<String, String>) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
Looks up the TYPE attribute, but first checks the ACTUAL_CLASS attribute.
- getActualClassOrType(Map<String, String>, Class<?>) - Static method in class org.metawidget.util.WidgetBuilderUtils
-
Looks up the TYPE attribute, but first checks the ACTUAL_CLASS attribute.
- getActualClassOrType(Map<String, String>, Class<?>, ClassLoader) - Static method in class org.metawidget.util.WidgetBuilderUtils
-
- getAdapter(Class<?>) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessor
-
Gets the Adapter for the given class (if any).
- getAdapters() - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
- getAdditionalAttributes(View) - Method in class org.metawidget.android.widget.AndroidMetawidget.Pipeline
-
- getAdditionalAttributes(UIComponent) - Method in class org.metawidget.faces.component.UIMetawidget.Pipeline
-
- getAdditionalAttributes(Widget) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget.Pipeline
-
- getAdditionalAttributes(Object) - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl.GwtRemoteInspectorImplPipeline
-
- getAdditionalAttributes(Tag) - Method in class org.metawidget.jsp.tagext.MetawidgetTag.MetawidgetTagPipeline
-
- getAdditionalAttributes(W) - Method in class org.metawidget.pipeline.base.BasePipeline
-
Returns additional attributes associated with the widget.
- getAdditionalAttributes(StaticWidget) - Method in class org.metawidget.statically.StaticMetawidget.Pipeline
-
- getAdditionalAttributes(JComponent) - Method in class org.metawidget.swing.SwingMetawidget.Pipeline
-
- getAdditionalAttributes(Control) - Method in class org.metawidget.swt.SwtMetawidget.Pipeline
-
- getAdditionalAttributes(Component) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget.Pipeline
-
- getAdditionalClassLoader() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
- getAdditionalNamespaceURIs() - Method in class org.metawidget.statically.BaseStaticXmlWidget
-
- getAdditionalNamespaceURIs() - Method in class org.metawidget.statically.StaticXmlMetawidget
-
- getAdditionalNamespaceURIs() - Method in interface org.metawidget.statically.StaticXmlWidget
-
Some XML tags may use namespaces in addition to the one declared for their tag.
- getAlignment() - Method in class org.metawidget.swing.layout.SeparatorLayoutDecoratorConfig
-
- getAlignment() - Method in class org.metawidget.swt.layout.SeparatorLayoutDecoratorConfig
-
- getAnnotation(Class<T>) - Method in class org.metawidget.inspector.impl.actionstyle.MethodActionStyle.MethodAction
-
- getAnnotation(Class<T>) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.FieldProperty
-
- getAnnotation(Class<T>) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.JavaBeanProperty
-
- getAnnotation(Class<T>) - Method in interface org.metawidget.inspector.impl.Trait
-
Returns this element's annotation for the specified type if such an annotation is present,
else null.
- getAttribute(String) - Method in class org.metawidget.statically.BaseStaticXmlWidget
-
- getAttribute(String) - Method in class org.metawidget.statically.StaticXmlMetawidget
-
- getAttribute(String) - Method in interface org.metawidget.statically.StaticXmlWidget
-
- getAttributes() - Method in class org.metawidget.android.widget.Stub
-
- getAttributes() - Method in class org.metawidget.gwt.client.ui.Stub
-
- getAttributes() - Method in class org.metawidget.swing.Stub
-
- getAttributes() - Method in class org.metawidget.swt.Stub
-
- getAttributes() - Method in class org.metawidget.vaadin.ui.Stub
-
- getAttributesAsMap(Element) - Method in class org.metawidget.gwt.client.ui.GwtPipeline
-
- getAttributesAsMap(E) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getAttributesAsMap(Element) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- getAttributesAsMap(Node) - Static method in class org.metawidget.util.XmlUtils
-
Gets the DOM attributes of the given Node as a Map.
- getAttributesMap() - Method in class org.metawidget.jsp.tagext.StubTag
-
- getBeanDescriptor() - Method in class org.metawidget.swing.SwingMetawidgetBeanInfo
-
- getBindings() - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor.State
-
- getBounds(Rectangle) - Method in class org.metawidget.swing.SwingMetawidget
-
Overridden to build widgets just-in-time.
- getBundle() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getCachedTraits(String) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
- getChildAt(int) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- getChildCount() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- getChildNamed(Element, String...) - Static method in class org.metawidget.util.XmlUtils
-
Looks up a child with the given (local) name.
- getChildren() - Method in class org.metawidget.statically.BaseStaticWidget
-
- getChildren() - Method in interface org.metawidget.statically.StaticWidget
-
- getChildren() - Method in class org.metawidget.swt.SwtMetawidget
-
- getChildWithAttribute(Element, String) - Static method in class org.metawidget.util.XmlUtils
-
- getChildWithAttributeValue(Element, String, String) - Static method in class org.metawidget.util.XmlUtils
-
- getClientProperty(Object) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Storage area for WidgetProcessors, Layouts, and other stateless clients.
- getClientProperty(Object) - Method in class org.metawidget.faces.component.UIMetawidget
-
Storage area for WidgetProcessors, Layouts, and other stateless clients.
- getClientProperty(Object) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Storage area for WidgetProcessors, Layouts, and other stateless clients.
- getClientProperty(Object) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
Storage area for WidgetProcessors, Layouts, and other stateless clients.
- getClientProperty(Object) - Method in class org.metawidget.statically.BaseStaticWidget
-
General storage area, like JComponent.putClientProperty
.
- getClientProperty(Object) - Method in interface org.metawidget.statically.StaticWidget
-
General-purpose storage area, rather like JComponent.getClientProperty
.
- getClientProperty(Object) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Storage area for WidgetProcessors, Layouts, and other stateless clients.
- getColumnStyleClasses() - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- getColumnStyleClasses() - Method in class org.metawidget.statically.faces.component.html.layout.HtmlPanelGridLayoutConfig
-
- getColumnStyleNames() - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- getComesAfter(Element, M) - Method in class org.metawidget.inspectionresultprocessor.sort.ComesAfterInspectionResultProcessor
-
Hook for subclasses wishing to customize the 'comes-after' indicator.
- getComponent(int) - Method in class org.metawidget.swing.SwingMetawidget
-
Overridden to build widgets just-in-time.
- getComponent(String...) - Method in class org.metawidget.swing.SwingMetawidget
-
Finds the Component with the given name.
- getComponent(String...) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Finds the Component with the given name.
- getComponentColumnStyleClass() - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
- getComponentCount() - Method in class org.metawidget.swing.SwingMetawidget
-
Overridden to build widgets just-in-time.
- getComponentCount() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getComponentIterator() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getComponents() - Method in class org.metawidget.swing.SwingMetawidget
-
Overridden to build widgets just-in-time.
- getComponentsInputStream() - Method in class org.metawidget.inspector.seam.SeamInspectorConfig
-
- getComponentType() - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
- getComponentType() - Method in class org.metawidget.faces.component.UIMetawidget
-
Get the component type used to create this Metawidget.
- getComponentType() - Method in class org.metawidget.faces.taglib.html.HtmlMetawidgetTag
-
- getComponentType() - Method in class org.metawidget.faces.taglib.StubTag
-
- getComponentType(Map<String, String>) - Static method in class org.metawidget.util.WidgetBuilderUtils
-
Looks up the type of the components in an Array or Collection.
- getConfig() - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
Reference to the configuration file.
- getConfig() - Method in class org.metawidget.statically.StaticMetawidget
-
- getConfigInitParameter() - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl
-
Refactored to support GwtRemoteInspectorTestImpl
.
- getConfigReader() - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
Gets the current ConfigReader
, or creates a default one if one hasn't been set.
- getConfigReader() - Method in class org.metawidget.statically.StaticMetawidget
-
- getContent() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Named after Panel.getContent
.
- getControl(String...) - Method in class org.metawidget.swt.SwtMetawidget
-
Finds the Control with the given name.
- getConverter(ValueHolder, Map<String, String>) - Method in interface org.metawidget.faces.component.widgetprocessor.ConverterProcessor
-
Get the appropriate Converter for this ValueHolder.
- getConverter(ValueHolder, Map<String, String>) - Method in class org.metawidget.faces.component.widgetprocessor.StandardConverterProcessor
-
- getConverter(BeanProperty<S, V>, S, Class<W>, Map<String, String>) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor
-
Get a converter for the given source class.
- getConverters() - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
- getConverters() - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
- getConverters() - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessorConfig
-
- getConverters() - Method in class org.metawidget.swt.widgetprocessor.binding.databinding.DataBindingProcessorConfig
-
- getConverters() - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
- getCssId(UIComponent) - Method in class org.metawidget.faces.renderkit.html.HtmlTableLayoutRenderer
-
- getCurrentLayoutComposite() - Method in class org.metawidget.swt.SwtMetawidget
-
This method is public for use by WidgetBuilders to attach Controls to the current Composite
as defined by the Layout.
- getCurrentSection() - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator.State
-
- getCurrentSections() - Method in class org.metawidget.layout.decorator.FlatSectionLayoutDecorator.State
-
- getCurrentSectionWidget() - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator.State
-
- getDataTableColumnClasses() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- getDataTableRowClasses() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- getDataTableRowStyleClass() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
- getDataTableStyleClass() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- getDataTableStyleClass() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
- getDataTableTableStyleClass() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
- getDeclaredType() - Method in class org.metawidget.inspector.impl.propertystyle.ValueAndDeclaredType
-
- getDefaultConfiguration() - Method in class org.metawidget.android.widget.AndroidMetawidget.Pipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.faces.component.UIMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.faces.component.UIMetawidget.Pipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl.GwtRemoteInspectorImplPipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.jsp.tagext.html.HtmlMetawidgetTag
-
- getDefaultConfiguration() - Method in class org.metawidget.jsp.tagext.html.spring.SpringMetawidgetTag
-
- getDefaultConfiguration() - Method in class org.metawidget.jsp.tagext.html.struts.StrutsMetawidgetTag
-
- getDefaultConfiguration() - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- getDefaultConfiguration() - Method in class org.metawidget.jsp.tagext.MetawidgetTag.MetawidgetTagPipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.statically.faces.component.html.StaticHtmlMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.statically.html.StaticHtmlMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.statically.javacode.StaticJavaMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.statically.jsp.StaticJspMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.statically.spring.StaticSpringMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.statically.StaticMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.statically.StaticMetawidget.Pipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.swing.SwingMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.swing.SwingMetawidget.Pipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.swt.SwtMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.swt.SwtMetawidget.Pipeline
-
- getDefaultConfiguration() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getDefaultConfiguration() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget.Pipeline
-
- getDelegate() - Method in class org.metawidget.layout.decorator.LayoutDecorator
-
- getDirectoryForTemplateLoading() - Method in class org.metawidget.statically.freemarker.layout.FreemarkerLayoutConfig
-
- getDocumentElement(ResourceResolver, InputStream...) - Method in class org.metawidget.inspector.commons.validator.CommonsValidatorInspector
-
- getDocumentElement(ResourceResolver, InputStream...) - Method in class org.metawidget.inspector.hibernate.HibernateInspector
-
Overridden to automatically drill into Hibernate Configuration files.
- getDocumentElement(ResourceResolver, InputStream...) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Parse the given InputStreams into a single DOM Document, and return its root.
- getDocumentElement(Document...) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Merge the given DOM Documents into a single Document, and return its root.
- getDocumentElement(ResourceResolver, InputStream...) - Method in class org.metawidget.inspector.struts.StrutsInspector
-
- getDocumentElement(ResourceResolver, InputStream...) - Method in class org.metawidget.inspector.wsdl.WsdlInspector
-
Overridden to return the root of the XML Schema, not the root of the WSDL.
- getDocuments() - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- getEffect() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- getEffectDuration() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- getElementName(Element) - Method in class org.metawidget.gwt.client.ui.GwtPipeline
-
- getElementName(E) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getElementName(Element) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- getErrorStyle() - Method in class org.metawidget.jsp.tagext.html.layout.spring.SpringTableLayoutConfig
-
- getErrorStyleClass() - Method in class org.metawidget.jsp.tagext.html.layout.spring.SpringTableLayoutConfig
-
- getExcludeBaseType() - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
- getExcludeName() - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
- getExcludeName() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
- getExcludeReturnType() - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
- getExistingSectionsUsed() - Method in class org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator.UIComponentState
-
- getExtendsAttribute() - Method in class org.metawidget.inspector.hibernate.HibernateInspector
-
Hibernate supports extends
via its <subclass>
element.
- getExtendsAttribute() - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
The attribute on top-level elements that identifies a superclass relationship (if any).
- getExtendsAttribute() - Method in class org.metawidget.inspector.xml.XmlInspector
-
- getFacet(String) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- getFacet(String) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- getFacet(String) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- getFacet(String) - Method in class org.metawidget.swing.SwingMetawidget
-
- getFacet(String) - Method in class org.metawidget.swt.SwtMetawidget
-
- getFacet(String) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getFamily() - Method in class org.metawidget.faces.component.UIMetawidget
-
- getFamily() - Method in class org.metawidget.faces.component.UIStub
-
- getField() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.FieldProperty
-
- getFirstChildElement(Element) - Method in class org.metawidget.gwt.client.ui.GwtPipeline
-
- getFirstChildElement(E) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getFirstChildElement(Element) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- getFirstChildElement(Element) - Static method in class org.metawidget.util.XmlUtils
-
Get the indexed Element.
- getFirstIndex() - Method in class org.metawidget.util.simple.SimpleLayoutUtils.StrippedMnemonicAndFirstIndex
-
- getFooterStyle() - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- getFooterStyleClass() - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- getFooterStyleName() - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- getGenericType() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.FieldProperty
-
- getGenericType() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.JavaBeanProperty
-
- getGenericType() - Method in interface org.metawidget.inspector.impl.propertystyle.Property
-
Gets the generic type of the property, or null if the type is not parameterized.
- getGenericTypeAsString(Type) - Static method in class org.metawidget.util.ClassUtils
-
Converts a java.lang.reflect.Type
, as returned by getGenericType
into a String representation.
- getHeaderAlignment() - Method in class org.metawidget.faces.component.html.layout.richfaces.TabPanelLayoutDecoratorConfig
-
- getIcon(int) - Method in class org.metawidget.swing.SwingMetawidgetBeanInfo
-
- getId() - Method in class org.metawidget.statically.html.StaticHtmlMetawidget
-
- getId() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlInput
-
- getId() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlOutput
-
- getId() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlSelect
-
- getId() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlTable
-
- getId() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlTextarea
-
- getId() - Method in interface org.metawidget.statically.html.widgetbuilder.IdHolder
-
- getIgnoreAttributes() - Method in class org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessorConfig
-
- getImports() - Method in class org.metawidget.statically.javacode.BaseStaticJavaWidget
-
- getImports() - Method in class org.metawidget.statically.javacode.StaticJavaMetawidget
-
Recurse over all children and retrieve the imports they use.
- getImports() - Method in class org.metawidget.statically.javacode.StaticJavaStub
-
- getImports() - Method in interface org.metawidget.statically.javacode.StaticJavaWidget
-
- getInject() - Method in class org.metawidget.inspectionresultprocessor.commons.jexl.JexlInspectionResultProcessorConfig
-
- getInjectThis() - Method in class org.metawidget.inspectionresultprocessor.commons.jexl.JexlInspectionResultProcessorConfig
-
- getInjectThis() - Method in class org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessorConfig
-
- getInputStream() - Method in class org.metawidget.inspector.json.JsonInspectorConfig
-
- getInputStreams() - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- getInputVerifier(JComponent, Map<String, String>, SwingMetawidget, String) - Method in class org.metawidget.swing.widgetprocessor.validator.inputverifier.InputVerifierProcessor
-
Return the appropriate InputVerifier for the given Component with the given attributes.
- getInspectionPath() - Method in class org.metawidget.swt.SwtMetawidget
-
- getInspectionResultProcessor(Class<T>) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- getInspectionResultProcessor(Class<T>) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
Returns the first InspectionResultProcessor in this pipeline's list of
InspectionResultProcessors (ie.
- getInspectionResultProcessors() - Method in class org.metawidget.pipeline.base.BasePipeline
-
Gets the List of InspectionResultProcessors.
- getInspector() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getInspector() - Method in class org.metawidget.statically.StaticMetawidget
-
- getInspectors() - Method in class org.metawidget.inspector.composite.CompositeInspectorConfig
-
- getLabelAlignment() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- getLabelAlignment() - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- getLabelColumnStyleClass() - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
- getLabelFont() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- getLabelFont() - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- getLabelForeground() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- getLabelForeground() - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- getLabelString(Map<String, String>) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Returns a label for the given set of attributes.
- getLabelString(Map<String, String>) - Method in class org.metawidget.faces.component.UIMetawidget
-
Returns a label for the given set of attributes.
- getLabelString(Map<String, String>) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Returns a label for the given set of attributes.
- getLabelString(Map<String, String>) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
Returns a label for the given set of attributes.
- getLabelString(Map<String, String>) - Method in class org.metawidget.statically.StaticMetawidget
-
- getLabelString(Map<String, String>) - Method in class org.metawidget.swing.SwingMetawidget
-
Returns a label for the given set of attributes.
- getLabelString(Map<String, String>) - Method in class org.metawidget.swt.SwtMetawidget
-
Returns a label for the given set of attributes.
- getLabelString(Map<String, String>) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Returns a label for the given set of attributes.
- getLabelStyle() - Method in class org.metawidget.android.widget.layout.LinearLayoutConfig
-
- getLabelSuffix() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- getLabelSuffix() - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- getLabelSuffix() - Method in class org.metawidget.vaadin.ui.layout.FormLayoutConfig
-
- getLabelText(UIComponent) - Method in class org.metawidget.faces.renderkit.html.HtmlLayoutRenderer
-
- getLayout(ViewGroup) - Method in class org.metawidget.android.widget.layout.LinearLayout
-
- getLayout(ViewGroup) - Method in class org.metawidget.android.widget.layout.TableLayout
-
Initialize the TableLayout.
- getLayout() - Method in class org.metawidget.faces.component.UIMetawidget
-
- getLayout() - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
Useful for WidgetBuilders.
- getLayout() - Method in class org.metawidget.layout.decorator.LayoutDecoratorConfig
-
- getLayout() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getLayout() - Method in class org.metawidget.statically.StaticMetawidget
-
Useful for WidgetBuilders.
- getLayout() - Method in class org.metawidget.swing.SwingMetawidget
-
Overridden to build widgets just-in-time.
- getLayout() - Method in class org.metawidget.swt.SwtMetawidget
-
- getLocalizedKey(String) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Looks up the given key in the given bundle using
getContext().getResources().getText()
.
- getLocalizedKey(String) - Method in class org.metawidget.faces.component.UIMetawidget
-
- getLocalizedKey(String) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- getLocalizedKey(String) - Method in class org.metawidget.jsp.tagext.html.spring.SpringMetawidgetTag
-
- getLocalizedKey(String) - Method in class org.metawidget.jsp.tagext.html.struts.StrutsMetawidgetTag
-
- getLocalizedKey(String) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- getLocalizedKey(String) - Method in class org.metawidget.swing.SwingMetawidget
-
- getLocalizedKey(String) - Method in class org.metawidget.swt.SwtMetawidget
-
- getLocalizedKey(String) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getLocalName(Node) - Static method in class org.metawidget.util.XmlUtils
-
Gets the localName of the given node.
- getLog(Class<?>) - Static method in class org.metawidget.util.LogUtils
-
Where possible, returns an implementation of Commons Logging.
- getMaximumColumnsInDataTable() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
- getMaximumColumnsInDataTable() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- getMaximumColumnsInDataTable() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilder
-
- getMaximumColumnsInDataTable() - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
- getMaximumColumnsInDataTable() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- getMaximumColumnsInDataTable() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- getMaximumColumnsInDataTable() - Method in class org.metawidget.statically.jsp.widgetbuilder.JspWidgetBuilderConfig
-
- getMaximumInspectionDepth() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- getMaximumInspectionDepth() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- getMaximumInspectionDepth() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getMaximumInspectionDepth() - Method in class org.metawidget.swing.SwingMetawidget
-
- getMaximumInspectionDepth() - Method in class org.metawidget.swt.SwtMetawidget
-
- getMaximumInspectionDepth() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getMessageStyleClass() - Method in class org.metawidget.statically.faces.component.html.layout.HtmlPanelGridLayoutConfig
-
- getMetawidgetLayout() - Method in class org.metawidget.swing.SwingMetawidget
-
- getName() - Method in class org.metawidget.android.widget.Facet
-
- getName() - Method in class org.metawidget.gwt.client.ui.Facet
-
- getName() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Implements the com.google.gwt.user.client.ui.HasName
interface.
- getName() - Method in class org.metawidget.gwt.client.ui.Stub
-
- getName() - Method in class org.metawidget.inspector.impl.BaseTrait
-
- getName() - Method in interface org.metawidget.inspector.impl.Trait
-
- getName() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlInput
-
- getName() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlOutput
-
- getName() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlSelect
-
- getName() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlTextarea
-
- getName() - Method in interface org.metawidget.statically.html.widgetbuilder.NameHolder
-
- getNameAttribute() - Method in class org.metawidget.inspector.commons.validator.CommonsValidatorInspector
-
The attribute on child elements that uniquely identifies them.
- getNameAttribute() - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
The attribute on child elements that uniquely identifies them.
- getNames() - Method in class org.metawidget.util.simple.PathUtils.TypeAndNames
-
- getNamesAsArray() - Method in class org.metawidget.util.simple.PathUtils.TypeAndNames
-
- getNamespaces() - Method in class org.metawidget.statically.StaticXmlMetawidget
-
Recurse over all children and retrieve the namespaces they use.
- getNamespaceURI() - Method in class org.metawidget.statically.BaseStaticXmlWidget
-
Gets the namespace URI for this tag, or null if it is unspecified.
- getNamespaceURI() - Method in class org.metawidget.statically.StaticXmlMetawidget
-
- getNamespaceURI() - Method in interface org.metawidget.statically.StaticXmlWidget
-
- getNestedMetawidgets() - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor.State
-
- getNextSiblingElement(Element) - Method in class org.metawidget.gwt.client.ui.GwtPipeline
-
- getNextSiblingElement(E) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getNextSiblingElement(Element) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- getNextSiblingElement(Element) - Static method in class org.metawidget.util.XmlUtils
-
- getNumberMaxValue(Class<?>) - Static method in class org.metawidget.util.ClassUtils
-
- getNumberMinValue(Class<?>) - Static method in class org.metawidget.util.ClassUtils
-
- getNumberOfColumns() - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- getNumberOfColumns() - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- getNumberOfColumns() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- getNumberOfColumns() - Method in class org.metawidget.swing.layout.MigLayoutConfig
-
- getNumberOfColumns() - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- getNumberOfColumns() - Method in class org.metawidget.swt.layout.MigLayoutConfig
-
- getOrientation() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- getOriginalAnnotation(Method, Class<T>) - Static method in class org.metawidget.util.ClassUtils
-
Gets the given annotationClass defined on the given method.
- getOriginalDeclaringClass(Method) - Static method in class org.metawidget.util.ClassUtils
-
Similar to Method.getDeclaringClass
, but traverses the class heirarchy to find
the class that originally declared this method, in the event the implementation has
been overridden.
- getOriginalGenericParameterTypes(Method) - Static method in class org.metawidget.util.ClassUtils
-
Gets the given genericParameterTypes defined on the given method.
- getOriginalGenericReturnType(Method) - Static method in class org.metawidget.util.ClassUtils
-
Gets the given genericReturnType defined on the given method.
- getPackagesAsFolderNames(Class<?>) - Static method in class org.metawidget.util.ClassUtils
-
Converts com.foo.Bar
into /com/foo
.
- getPageContext() - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
This method is public for use by WidgetBuilders to perform nested inspections (eg.
- getPanelLayout() - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig
-
- getParameter(String) - Method in class org.metawidget.faces.component.UIMetawidget
-
Gets the parameter with the given name.
- getParent() - Method in class org.metawidget.statically.BaseStaticWidget
-
- getPath() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- getPath() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- getPath() - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- getPath() - Method in class org.metawidget.statically.StaticMetawidget
-
- getPath() - Method in class org.metawidget.swing.SwingMetawidget
-
- getPath() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getPathPrefix() - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- getPipelineOwner() - Method in class org.metawidget.android.widget.AndroidMetawidget.Pipeline
-
- getPipelineOwner() - Method in class org.metawidget.faces.component.UIMetawidget.Pipeline
-
- getPipelineOwner() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget.Pipeline
-
- getPipelineOwner() - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl.GwtRemoteInspectorImplPipeline
-
- getPipelineOwner() - Method in class org.metawidget.jsp.tagext.MetawidgetTag.MetawidgetTagPipeline
-
- getPipelineOwner() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getPipelineOwner() - Method in class org.metawidget.statically.StaticMetawidget.Pipeline
-
- getPipelineOwner() - Method in class org.metawidget.swing.SwingMetawidget.Pipeline
-
- getPipelineOwner() - Method in class org.metawidget.swt.SwtMetawidget.Pipeline
-
- getPipelineOwner() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget.Pipeline
-
- getPreferredSize() - Method in class org.metawidget.swing.SwingMetawidget
-
Overridden to build widgets just-in-time.
- getPrefix() - Method in class org.metawidget.statically.BaseStaticXmlWidget
-
Gets the namespace prefix of this tag, or null if it is unspecified
- getPrefix() - Method in class org.metawidget.statically.StaticXmlMetawidget
-
- getPrefix() - Method in interface org.metawidget.statically.StaticXmlWidget
-
- getPrivateField(Class<?>, String) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle
-
Gets the private field representing the given propertyName
within the given
class.
- getPrivateField() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.JavaBeanProperty
-
Get the private field associated with this JavaBean property.
- getPrivateFieldConvention() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
- getProperties(String) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
- getProperties(String) - Method in class org.metawidget.inspector.impl.propertystyle.BasePropertyStyle
-
- getProperties(String) - Method in interface org.metawidget.inspector.impl.propertystyle.PropertyStyle
-
Gets the Properties for the given type.
- getProperty(T, String...) - Method in interface org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorAdapter
-
- getProperty(Object, String) - Static method in class org.metawidget.util.ClassUtils
-
Get the value of the JavaBean-convention property without using java.beans
, as
that package is not available on all target platforms.
- getPropertyStyle() - Method in class org.metawidget.inspector.impl.BaseObjectInspectorConfig
-
Gets the style used to recognize properties.
- getPropertyStyle() - Method in class org.metawidget.swing.widgetbuilder.SwingWidgetBuilderConfig
-
Gets the style used to recognize properties.
- getPropertyStyle() - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessorConfig
-
Gets the style used to recognize properties.
- getPropertyType(T, String...) - Method in interface org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorAdapter
-
- getReadMethod() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.JavaBeanProperty
-
- getReadMethod(Class<?>, String) - Static method in class org.metawidget.util.ClassUtils
-
Lookup JavaBean-convention getter without using java.beans
, as that package is
not available on all target platforms.
- getReferenceAttribute() - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
The attribute on child elements that identifies a reference to another element (if any).
- getReferenceAttribute() - Method in class org.metawidget.inspector.xsd.XmlSchemaInspector
-
Overridden to introduce a reference attribute ref=
.
- getRemoveAttributes() - Method in class org.metawidget.inspectionresultprocessor.json.schema.JsonSchemaMappingProcessorConfig
-
- getRendererType() - Method in class org.metawidget.faces.component.UIStub
-
- getRendererType() - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
- getRendererType() - Method in class org.metawidget.faces.taglib.StubTag
-
- getRendersChildren() - Method in class org.metawidget.faces.renderkit.html.HtmlLayoutRenderer
-
Denotes that this Renderer renders its own children (eg.
- getRequiredAlignment() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- getRequiredAlignment() - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- getRequiredColumnStyleClass() - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
- getRequiredText() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- getRequiredText() - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- getResourceResolver() - Method in class org.metawidget.config.impl.BaseConfigReader
-
- getResourceResolver() - Method in class org.metawidget.inspector.composite.ValidatingCompositeInspectorConfig
-
- getResourceResolver() - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- getResourceResolver() - Method in class org.metawidget.inspector.seam.SeamInspectorConfig
-
- getRestrictAgainstObject() - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- getRoot() - Method in class org.metawidget.inspector.json.JsonInspector
-
- getSavedBodyContent() - Method in class org.metawidget.jsp.tagext.FacetTag
-
Get the body content as saved during doEndTag
.
- getSavedBodyContent() - Method in class org.metawidget.jsp.tagext.StubTag
-
Get the body content as saved during doEndTag
.
- getSchema() - Method in class org.metawidget.inspector.composite.ValidatingCompositeInspectorConfig
-
- getSections(Map<String, String>) - Method in class org.metawidget.faces.component.layout.UIComponentFlatSectionLayoutDecorator
-
- getSections(Map<String, String>) - Method in class org.metawidget.gwt.client.ui.layout.GwtFlatSectionLayoutDecorator
-
- getSections(Map<String, String>) - Method in class org.metawidget.jsp.tagext.layout.JspFlatSectionLayoutDecorator
-
- getSections(Map<String, String>) - Method in class org.metawidget.layout.decorator.FlatSectionLayoutDecorator
-
- getSections(Map<String, String>) - Method in class org.metawidget.statically.layout.StaticFlatSectionLayoutDecorator
-
- getSections(Map<String, String>) - Method in class org.metawidget.swing.layout.SwingFlatSectionLayoutDecorator
-
- getSections(Map<String, String>) - Method in class org.metawidget.swt.layout.SwtFlatSectionLayoutDecorator
-
- getSections(Map<String, String>) - Method in class org.metawidget.vaadin.ui.layout.VaadinFlatSectionLayoutDecorator
-
- getSiblingNamed(Element, String) - Static method in class org.metawidget.util.XmlUtils
-
Gets the next sibling to the given element with the given name.
- getSiblingWithAttribute(Element, String) - Static method in class org.metawidget.util.XmlUtils
-
Gets the next sibling to the given element with the given attribute.
- getSimpleName(String) - Static method in class org.metawidget.util.ClassUtils
-
Gets the 'simple' name of the class, given the fully qualified name.
- getState(ViewGroup, AndroidMetawidget) - Method in class org.metawidget.android.widget.layout.AndroidNestedSectionLayoutDecorator
-
- getState(UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.layout.UIComponentFlatSectionLayoutDecorator
-
- getState(UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator
-
- getState(Panel, GwtMetawidget) - Method in class org.metawidget.gwt.client.ui.layout.GwtFlatSectionLayoutDecorator
-
- getState(Panel, GwtMetawidget) - Method in class org.metawidget.gwt.client.ui.layout.GwtNestedSectionLayoutDecorator
-
- getState(BodyTag, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.layout.JspFlatSectionLayoutDecorator
-
- getState(BodyTag, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.layout.JspNestedSectionLayoutDecorator
-
- getState(C, M) - Method in class org.metawidget.layout.decorator.FlatSectionLayoutDecorator
-
- getState(C, M) - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator
-
- getState(StaticWidget, StaticMetawidget) - Method in class org.metawidget.statically.layout.StaticFlatSectionLayoutDecorator
-
- getState(StaticWidget, StaticMetawidget) - Method in class org.metawidget.statically.layout.StaticNestedSectionLayoutDecorator
-
- getState(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.SwingFlatSectionLayoutDecorator
-
- getState(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.SwingNestedSectionLayoutDecorator
-
- getState(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor
-
- getState(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.SwtFlatSectionLayoutDecorator
-
- getState(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.SwtNestedSectionLayoutDecorator
-
- getState(ComponentContainer, VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.VaadinFlatSectionLayoutDecorator
-
- getState(ComponentContainer, VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.VaadinNestedSectionLayoutDecorator
-
- getStrippedMnemonic() - Method in class org.metawidget.util.simple.SimpleLayoutUtils.StrippedMnemonicAndFirstIndex
-
- getStub(String) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
Fetch a StubTag
with the given path.
- getStubAttributesAsMap() - Method in class org.metawidget.faces.component.UIStub
-
Gets the stub attributes as a Map.
- getStyle() - Method in class org.metawidget.android.widget.layout.TextViewLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
- getStyle() - Method in class org.metawidget.faces.component.html.layout.OutputTextLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.faces.component.html.layout.richfaces.PanelLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.jsp.tagext.html.BaseHtmlMetawidgetTag
-
- getStyle() - Method in class org.metawidget.jsp.tagext.html.layout.HeadingTagLayoutDecoratorConfig
-
- getStyle() - Method in class org.metawidget.statically.faces.component.html.StaticHtmlMetawidget
-
- getStyleClass() - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
- getStyleClass() - Method in class org.metawidget.faces.component.html.layout.OutputTextLayoutDecoratorConfig
-
- getStyleClass() - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig
-
- getStyleClass() - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- getStyleClass() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- getStyleClass() - Method in class org.metawidget.faces.component.html.layout.richfaces.PanelLayoutDecoratorConfig
-
- getStyleClass() - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- getStyleClass() - Method in class org.metawidget.jsp.tagext.html.BaseHtmlMetawidgetTag
-
- getStyleClass() - Method in class org.metawidget.jsp.tagext.html.layout.HeadingTagLayoutDecoratorConfig
-
- getStyleClass() - Method in class org.metawidget.statically.faces.component.html.StaticHtmlMetawidget
-
- getStyleName(int, GwtMetawidget) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayout
-
- getStyleName() - Method in class org.metawidget.gwt.client.ui.layout.LabelLayoutDecoratorConfig
-
- getSwitchType() - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecoratorConfig
-
- getSwitchType() - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- getTableStyle() - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- getTableStyle() - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
- getTableStyleClass() - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- getTableStyleClass() - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
- getTableStyleName() - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- getTabLocation() - Method in class org.metawidget.swt.layout.TabFolderLayoutDecoratorConfig
-
- getTabPlacement() - Method in class org.metawidget.swing.layout.TabbedPaneLayoutDecoratorConfig
-
- getTemplate() - Method in class org.metawidget.statically.freemarker.layout.FreemarkerLayoutConfig
-
- getTextContent() - Method in class org.metawidget.statically.BaseStaticXmlWidget
-
- getTextContent() - Method in class org.metawidget.statically.javacode.BaseStaticJavaWidget
-
- getTextContent() - Method in class org.metawidget.statically.StaticXmlMetawidget
-
- getTextContent() - Method in interface org.metawidget.statically.StaticXmlWidget
-
- getToInspect() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Gets the Object being inspected.
- getToInspect() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Gets the object being inspected.
- getToInspect() - Method in class org.metawidget.swing.SwingMetawidget
-
Gets the Object being inspected.
- getToInspect() - Method in class org.metawidget.swt.SwtMetawidget
-
Gets the Object being inspected.
- getToInspect() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Gets the Object being inspected.
- getTopLevelTypeAttribute() - Method in class org.metawidget.inspector.commons.validator.CommonsValidatorInspector
-
Overridden to search by name=
, not type=
.
- getTopLevelTypeAttribute() - Method in class org.metawidget.inspector.hibernate.HibernateInspector
-
Overridden to search by name=
, not type=
.
- getTopLevelTypeAttribute() - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
The attribute on top-level elements that uniquely identifies them.
- getTopLevelTypeAttribute() - Method in class org.metawidget.inspector.jbpm.PageflowInspector
-
Overridden to search by name=
, not type=
.
- getTopLevelTypeAttribute() - Method in class org.metawidget.inspector.struts.StrutsInspector
-
Overridden to search by name=
, not type=
.
- getTopLevelTypeAttribute() - Method in class org.metawidget.inspector.xsd.XmlSchemaInspector
-
Overridden to search by name=
, not type=
.
- getTraits(String) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
- getType() - Method in class org.metawidget.inspector.impl.propertystyle.BaseProperty
-
- getType() - Method in interface org.metawidget.inspector.impl.propertystyle.Property
-
Gets the type of the property.
- getType() - Method in class org.metawidget.util.simple.PathUtils.TypeAndNames
-
- getTypeAttribute() - Method in class org.metawidget.inspector.hibernate.HibernateInspector
-
- getTypeAttribute() - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
The attribute on child elements that identifies another top-level element.
- getTypeAttribute() - Method in class org.metawidget.inspector.jbpm.PageflowInspector
-
Overridden to use to=
, not type=
.
- getTypeMappings() - Method in class org.metawidget.inspectionresultprocessor.type.TypeMappingInspectionResultProcessorConfig
-
- getUncachedTraits(String) - Method in class org.metawidget.inspector.impl.actionstyle.BaseActionStyle
-
- getUncachedTraits(String) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
- getUncachedTraits(String) - Method in class org.metawidget.inspector.impl.propertystyle.BasePropertyStyle
-
- getUpdateStrategy() - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessorConfig
-
- getValidateAgainstClasses() - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- getValidator(JComponent, Map<String, String>, String, SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.validator.jgoodies.JGoodiesValidatorProcessor
-
Return the appropriate validator for the given JComponent with the given attributes.
- getValue(String...) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Gets the value from the View with the given name.
- getValue(View) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Gets the value from the given View.
- getValue(View) - Method in interface org.metawidget.android.widget.AndroidValueAccessor
-
- getValue(View) - Method in class org.metawidget.android.widget.widgetbuilder.AndroidWidgetBuilder
-
- getValue(View) - Method in class org.metawidget.android.widget.widgetbuilder.ReadOnlyWidgetBuilder
-
- getValue() - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlLookupOutputText
-
- getValue(String...) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Gets the value from the Widget with the given name.
- getValue(Widget) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Gets the value from the given Widget.
- getValue(Widget) - Method in interface org.metawidget.gwt.client.ui.GwtValueAccessor
-
- getValue(Widget) - Method in class org.metawidget.gwt.client.widgetbuilder.extgwt.ExtGwtWidgetBuilder
-
- getValue(Widget) - Method in class org.metawidget.gwt.client.widgetbuilder.GwtWidgetBuilder
-
- getValue(Widget) - Method in class org.metawidget.gwt.client.widgetbuilder.ReadOnlyWidgetBuilder
-
- getValue() - Method in class org.metawidget.inspector.impl.propertystyle.ValueAndDeclaredType
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlCommandLink
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlDataTable
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputSecret
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputText
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputTextarea
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlOutcomeTargetLink
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlOutputText
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlSelectBooleanCheckbox
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlSelectOneMenu
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlCalendar
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlColorPicker
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlInputNumberSlider
-
- getValue() - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlInputNumberSpinner
-
- getValue() - Method in class org.metawidget.statically.faces.component.StaticUIMetawidget
-
The value binding expression used as the starting point for this Metawidget.
- getValue() - Method in interface org.metawidget.statically.faces.component.ValueHolder
-
- getValue() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlInput
-
- getValue() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlOption
-
- getValue() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlSelect
-
- getValue() - Method in interface org.metawidget.statically.html.widgetbuilder.ValueHolder
-
- getValue() - Method in class org.metawidget.statically.jsp.StaticJspMetawidget
-
The value argument used as the starting point for this Metawidget.
- getValue() - Method in class org.metawidget.statically.jsp.widgetbuilder.CoreOut
-
- getValue(String...) - Method in class org.metawidget.swing.SwingMetawidget
-
Gets the value from the Component with the given name.
- getValue(String...) - Method in class org.metawidget.swt.SwtMetawidget
-
Gets the value from the Control with the given name.
- getValue() - Method in class org.metawidget.vaadin.ui.widgetbuilder.LookupLabel
-
Overridden to get the value using our lookup.
- getValueProperty(Component) - Method in class org.metawidget.swing.SwingMetawidget
-
Returns the property used to get/set the value of the component.
- getValueProperty(Component) - Method in interface org.metawidget.swing.SwingValuePropertyProvider
-
Returns the property used to get/set the value of the component.
- getValueProperty(Component) - Method in class org.metawidget.swing.widgetbuilder.ReadOnlyWidgetBuilder
-
- getValueProperty(Component) - Method in class org.metawidget.swing.widgetbuilder.SwingWidgetBuilder
-
- getValueProperty(Component) - Method in class org.metawidget.swing.widgetbuilder.swingx.SwingXWidgetBuilder
-
- getValueProperty(Control) - Method in class org.metawidget.swt.SwtMetawidget
-
Returns the property used to get/set the value of the control.
- getValueProperty(Control) - Method in interface org.metawidget.swt.SwtValuePropertyProvider
-
Returns the property used to get/set the value of the control.
- getValueProperty(Control) - Method in class org.metawidget.swt.widgetbuilder.ReadOnlyWidgetBuilder
-
- getValueProperty(Control) - Method in class org.metawidget.swt.widgetbuilder.SwtWidgetBuilder
-
- getWidget(String...) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Gets the widget with the given name.
- getWidgetBuilder() - Method in class org.metawidget.faces.component.UIMetawidget
-
Exposed mainly for those using UIComponent.setBinding
.
- getWidgetBuilder() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- getWidgetBuilder() - Method in class org.metawidget.statically.StaticMetawidget
-
- getWidgetBuilder() - Method in class org.metawidget.swing.SwingMetawidget
-
- getWidgetBuilders() - Method in class org.metawidget.widgetbuilder.composite.CompositeWidgetBuilder
-
Exposed for getValue
calls.
- getWidgetBuilders() - Method in class org.metawidget.widgetbuilder.composite.CompositeWidgetBuilderConfig
-
- getWidgetId(StaticXmlWidget) - Method in class org.metawidget.statically.html.layout.HtmlLayout
-
Gets the id attribute of the given widget, recursing into child widgets if necessary.
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.faces.component.UIMetawidget
-
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.gwt.client.ui.GwtPipeline
-
Returns the first WidgetProcessor in this pipeline's list of WidgetProcessors (ie.
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
Returns the first WidgetProcessor in this pipeline's list of WidgetProcessors (ie.
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.statically.StaticMetawidget
-
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.swing.SwingMetawidget
-
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.swt.SwtMetawidget
-
- getWidgetProcessor(Class<T>) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- getWidgetProcessors() - Method in class org.metawidget.faces.component.UIMetawidget
-
- getWidgetProcessors() - Method in class org.metawidget.pipeline.base.BasePipeline
-
Gets the List of WidgetProcessors.
- getWidgetProcessors() - Method in class org.metawidget.statically.StaticMetawidget
-
- getWrapperClass(Class<?>) - Static method in class org.metawidget.util.ClassUtils
-
Returns the wrapper class for a primitive class (eg.
- getWriteMethod() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.JavaBeanProperty
-
- getWriteMethod(Class<?>, String, Class<?>) - Static method in class org.metawidget.util.ClassUtils
-
Lookup JavaBean-convention setter without using java.beans
, as that package is
not available on all target platforms.
- GridBagLayout - Class in org.metawidget.swing.layout
-
Layout to arrange widgets using java.awt.GridBagLayout
.
- GridBagLayout() - Constructor for class org.metawidget.swing.layout.GridBagLayout
-
- GridBagLayout(GridBagLayoutConfig) - Constructor for class org.metawidget.swing.layout.GridBagLayout
-
- GridBagLayoutConfig - Class in org.metawidget.swing.layout
-
Configures a GridBagLayout prior to use.
- GridBagLayoutConfig() - Constructor for class org.metawidget.swing.layout.GridBagLayoutConfig
-
- GridLayout - Class in org.metawidget.swt.layout
-
Layout to arrange widgets using org.eclipse.swt.layout.GridLayout
.
- GridLayout() - Constructor for class org.metawidget.swt.layout.GridLayout
-
- GridLayout(GridLayoutConfig) - Constructor for class org.metawidget.swt.layout.GridLayout
-
- GridLayoutConfig - Class in org.metawidget.swt.layout
-
Configures a GridLayoutConfig prior to use.
- GridLayoutConfig() - Constructor for class org.metawidget.swt.layout.GridLayoutConfig
-
- GroovyPropertyStyle - Class in org.metawidget.inspector.impl.propertystyle.groovy
-
PropertyStyle for Groovy-style properties.
- GroovyPropertyStyle() - Constructor for class org.metawidget.inspector.impl.propertystyle.groovy.GroovyPropertyStyle
-
- GroovyPropertyStyle(GroovyPropertyStyleConfig) - Constructor for class org.metawidget.inspector.impl.propertystyle.groovy.GroovyPropertyStyle
-
- GroovyPropertyStyleConfig - Class in org.metawidget.inspector.impl.propertystyle.groovy
-
Configures a GroovyPropertyStyle prior to use.
- GroovyPropertyStyleConfig() - Constructor for class org.metawidget.inspector.impl.propertystyle.groovy.GroovyPropertyStyleConfig
-
- GroupLayout - Class in org.metawidget.swing.layout
-
Layout to arrange widgets using javax.swing.GroupLayout
.
- GroupLayout() - Constructor for class org.metawidget.swing.layout.GroupLayout
-
- GwtFlatSectionLayoutDecorator - Class in org.metawidget.gwt.client.ui.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within GWT Layouts.
- GwtFlatSectionLayoutDecorator(LayoutDecoratorConfig<Widget, Panel, GwtMetawidget>) - Constructor for class org.metawidget.gwt.client.ui.layout.GwtFlatSectionLayoutDecorator
-
- GwtMetawidget - Class in org.metawidget.gwt.client.ui
-
Metawidget for GWT environments.
- GwtMetawidget() - Constructor for class org.metawidget.gwt.client.ui.GwtMetawidget
-
- GwtMetawidget.Pipeline - Class in org.metawidget.gwt.client.ui
-
- GwtMetawidget.Pipeline() - Constructor for class org.metawidget.gwt.client.ui.GwtMetawidget.Pipeline
-
- GwtNestedSectionLayoutDecorator - Class in org.metawidget.gwt.client.ui.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Android Layouts.
- GwtNestedSectionLayoutDecorator(LayoutDecoratorConfig<Widget, Panel, GwtMetawidget>) - Constructor for class org.metawidget.gwt.client.ui.layout.GwtNestedSectionLayoutDecorator
-
- GwtPipeline<W,C extends W,M extends C> - Class in org.metawidget.gwt.client.ui
-
Pipeline for platforms that use com.google.gwt.xml.client
.
- GwtPipeline() - Constructor for class org.metawidget.gwt.client.ui.GwtPipeline
-
- GwtRemoteInspector - Interface in org.metawidget.inspector.gwt.remote.iface
-
GWT AJAX interface to GwtRemoteInspectorImpl
servlet.
- GwtRemoteInspectorAsync - Interface in org.metawidget.inspector.gwt.remote.iface
-
GWT asynchronous AJAX interface to GwtRemoteInspectorImpl
servlet.
- GwtRemoteInspectorImpl - Class in org.metawidget.inspector.gwt.remote.server
-
Servlet for running inspections in GWT environments.
- GwtRemoteInspectorImpl() - Constructor for class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl
-
- GwtRemoteInspectorImpl.GwtRemoteInspectorImplPipeline - Class in org.metawidget.inspector.gwt.remote.server
-
Use the Pipeline for its Inspector/InspectionResultProcessor support.
- GwtRemoteInspectorImpl.GwtRemoteInspectorImplPipeline() - Constructor for class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl.GwtRemoteInspectorImplPipeline
-
- GwtRemoteInspectorProxy - Class in org.metawidget.inspector.gwt.remote.client
-
GwtInspector that sends its objects to the server for inspection.
- GwtRemoteInspectorProxy() - Constructor for class org.metawidget.inspector.gwt.remote.client.GwtRemoteInspectorProxy
-
Create a GwtRemoteInspectorProxy.
- GwtRemoteInspectorProxy(String) - Constructor for class org.metawidget.inspector.gwt.remote.client.GwtRemoteInspectorProxy
-
Create a GwtRemoteInspectorProxy.
- GwtUtils - Class in org.metawidget.gwt.client.ui
-
Utilities for working with Google Web Toolkit.
- GwtValueAccessor - Interface in org.metawidget.gwt.client.ui
-
Additional interface implemented by GWT WidgetBuilders.
- GwtWidgetBuilder - Class in org.metawidget.gwt.client.widgetbuilder
-
WidgetBuilder for GWT environments.
- GwtWidgetBuilder() - Constructor for class org.metawidget.gwt.client.widgetbuilder.GwtWidgetBuilder
-
- IceFacesWidgetBuilder - Class in org.metawidget.faces.component.html.widgetbuilder.icefaces
-
WidgetBuilder for ICEfaces environments.
- IceFacesWidgetBuilder() - Constructor for class org.metawidget.faces.component.html.widgetbuilder.icefaces.IceFacesWidgetBuilder
-
- IceFacesWidgetBuilder(IceFacesWidgetBuilderConfig) - Constructor for class org.metawidget.faces.component.html.widgetbuilder.icefaces.IceFacesWidgetBuilder
-
- IceFacesWidgetBuilderConfig - Class in org.metawidget.faces.component.html.widgetbuilder.icefaces
-
Configures an IceFacesWidgetBuilder prior to use.
- IceFacesWidgetBuilderConfig() - Constructor for class org.metawidget.faces.component.html.widgetbuilder.icefaces.IceFacesWidgetBuilderConfig
-
- IdHolder - Interface in org.metawidget.statically.html.widgetbuilder
-
Marks the widget as needing an id.
- IdProcessor - Class in org.metawidget.statically.html.widgetprocessor
-
WidgetProcessor that adds an 'id' attribute to a StaticXmlWidget.
- IdProcessor() - Constructor for class org.metawidget.statically.html.widgetprocessor.IdProcessor
-
- ignorableWhitespace(char[], int, int) - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- ImmediateAttributeProcessor - Class in org.metawidget.faces.component.widgetprocessor
-
WidgetProcessor that sets the immediate
attribute.
- ImmediateAttributeProcessor() - Constructor for class org.metawidget.faces.component.widgetprocessor.ImmediateAttributeProcessor
-
- Immutable - Interface in org.metawidget.iface
-
Interface to indicate a class (ie.
- importElement(Document, Element) - Static method in class org.metawidget.util.XmlUtils
-
- indent() - Method in class org.metawidget.statically.StaticUtils.IndentedWriter
-
Increase the indentation level for subsequent writes.
- indexOf(T[], T) - Static method in class org.metawidget.util.ArrayUtils
-
- info(String, Object...) - Method in interface org.metawidget.util.LogUtils.Log
-
Log an info message.
- init(ServletConfig) - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl
-
- initFacesSelect(UIComponent, String, Map<String, String>, UIMetawidget) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
- initNestedMetawidget(AndroidMetawidget, Map<String, String>) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- initNestedMetawidget(UIMetawidget, Map<String, String>) - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
Overridden to carry CSS style attributes into the nested Metawidget.
- initNestedMetawidget(UIMetawidget, Map<String, String>) - Method in class org.metawidget.faces.component.UIMetawidget
-
Useful for WidgetBuilders to setup nested Metawidgets (eg.
- initNestedMetawidget(GwtMetawidget, Map<String, String>) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- initNestedMetawidget(MetawidgetTag, Map<String, String>) - Method in class org.metawidget.jsp.tagext.html.BaseHtmlMetawidgetTag
-
- initNestedMetawidget(MetawidgetTag, Map<String, String>) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- initNestedMetawidget(StaticMetawidget, Map<String, String>) - Method in class org.metawidget.statically.faces.component.html.StaticHtmlMetawidget
-
Overridden to carry CSS style attributes into the nested Metawidget.
- initNestedMetawidget(StaticMetawidget, Map<String, String>) - Method in class org.metawidget.statically.faces.component.StaticUIMetawidget
-
- initNestedMetawidget(StaticMetawidget, Map<String, String>) - Method in class org.metawidget.statically.html.StaticHtmlMetawidget
-
- initNestedMetawidget(StaticMetawidget, Map<String, String>) - Method in class org.metawidget.statically.jsp.StaticJspMetawidget
-
- initNestedMetawidget(StaticMetawidget, Map<String, String>) - Method in class org.metawidget.statically.spring.StaticSpringMetawidget
-
- initNestedMetawidget(StaticMetawidget, Map<String, String>) - Method in class org.metawidget.statically.StaticMetawidget
-
Useful for WidgetBuilders to setup nested Metawidgets (eg.
- initNestedMetawidget(SwingMetawidget, Map<String, String>) - Method in class org.metawidget.swing.SwingMetawidget
-
Useful for WidgetBuilders to setup nested Metawidgets (eg.
- initNestedMetawidget(SwtMetawidget, Map<String, String>) - Method in class org.metawidget.swt.SwtMetawidget
-
- initNestedMetawidget(VaadinMetawidget, Map<String, String>) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- initNestedPipeline(BasePipeline<W, C, E, M>, Map<String, String>) - Method in class org.metawidget.pipeline.base.BasePipeline
-
Copies this pipeline's values into another pipeline.
- initNestedPipeline(BasePipeline<W, C, Element, M>, Map<String, String>) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
Overridden to support custom ConfigReaders.
- initStaticSelect(UIComponent, String, Class<?>, Map<String, String>, UIMetawidget) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
- InputVerifierProcessor - Class in org.metawidget.swing.widgetprocessor.validator.inputverifier
-
Processor to add Swing InputVerifiers to a Component.
- InputVerifierProcessor() - Constructor for class org.metawidget.swing.widgetprocessor.validator.inputverifier.InputVerifierProcessor
-
- insert(Widget, Element, int, boolean) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- inspect(Object, String, String...) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspect(Object, String, String...) - Method in class org.metawidget.faces.component.UIMetawidget
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspect(Object, String, String...) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspect(Object, String, String...) - Method in class org.metawidget.inspector.composite.CompositeInspector
-
Inspect the given Object according to the given path, and return the result as a String
conforming to inspection-result-1.0.xsd.
- inspect(String, Object, String, String...) - Method in class org.metawidget.inspector.composite.CompositeInspector
-
If your architecture is strongly separated, some metadata may only be available in one tier
(eg.
- inspect(Object, String, String...) - Method in class org.metawidget.inspector.gwt.remote.client.GwtRemoteInspectorProxy
-
- inspect(Object, String, String[], AsyncCallback<String>) - Method in class org.metawidget.inspector.gwt.remote.client.GwtRemoteInspectorProxy
-
- inspect(Serializable, String, String[]) - Method in interface org.metawidget.inspector.gwt.remote.iface.GwtRemoteInspector
-
- inspect(Serializable, String, String[], AsyncCallback<String>) - Method in interface org.metawidget.inspector.gwt.remote.iface.GwtRemoteInspectorAsync
-
- inspect(Serializable, String, String[]) - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl
-
Inspect the given Serializable/type using server-side processing and return the result.
- inspect(Object, String, String...) - Method in interface org.metawidget.inspector.iface.Inspector
-
Inspect the given Object according to the given path, and return the result as a String
conforming to inspection-result-1.0.xsd.
- inspect(Object, String, String...) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Inspect the given Object according to the given path, and return the result as a String
conforming to inspection-result-1.0.xsd.
- inspect(Object, String, String...) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Inspect the given Object according to the given path, and return the result as a String
conforming to inspection-result-1.0.xsd.
- inspect(Object, String, String...) - Method in class org.metawidget.inspector.json.JsonInspector
-
- inspect(Object, String, String...) - Method in class org.metawidget.inspector.seam.SeamInspector
-
- inspect(Object, String, String...) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspect() - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- inspect(Object, String, String...) - Method in class org.metawidget.pipeline.base.BasePipeline
-
Inspect the given Object according to the given path, and return the
result as a String conforming to inspection-result-1.0.xsd.
- inspect(Object, String, String...) - Method in class org.metawidget.statically.StaticMetawidget
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspect() - Method in class org.metawidget.statically.StaticMetawidget
-
- inspect(Object, String, String...) - Method in class org.metawidget.swing.SwingMetawidget
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspect(Object, String, String...) - Method in class org.metawidget.swt.SwtMetawidget
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspect(Object, String, String...) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Useful for WidgetBuilders to perform nested inspections (eg.
- inspectAction(Action) - Method in class org.metawidget.inspector.annotation.MetawidgetAnnotationInspector
-
- inspectAction(Action) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Inspect the given action and return a Map of attributes.
- inspectAction(Element) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Inspect the given Element and return a Map of attributes if it is an action.
- inspectAction(Element) - Method in class org.metawidget.inspector.jbpm.PageflowInspector
-
- inspectAction(Action) - Method in class org.metawidget.inspector.swing.SwingAppFrameworkInspector
-
- inspectAction(Element) - Method in class org.metawidget.inspector.xml.XmlInspector
-
- inspectActions(String) - Method in class org.metawidget.inspector.impl.actionstyle.BaseActionStyle
-
- inspectActions(String) - Method in class org.metawidget.inspector.impl.actionstyle.MethodActionStyle
-
- inspectAsDom(Object, String, String...) - Method in class org.metawidget.inspector.composite.CompositeInspector
-
This method is marked final
as it delegates directly to
inspectAsDom( Document, Object, String, String...
- inspectAsDom(Document, Object, String, String...) - Method in class org.metawidget.inspector.composite.CompositeInspector
-
If your architecture is strongly separated, some metadata may only be available in one tier
(eg.
- inspectAsDom(Object, String, String...) - Method in interface org.metawidget.inspector.iface.DomInspector
-
Optimized verison of inspect
that avoids DOM serialization/deserialization.
- inspectAsDom(Object, String, String...) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
- inspectAsDom(Object, String, String...) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
- inspectAsDom(Object, String, String...) - Method in class org.metawidget.inspector.json.JsonInspector
-
- inspectAsDom(Object, String, String...) - Method in class org.metawidget.inspector.json.schema.JsonSchemaInspector
-
- inspectAsDom(Object, String, String...) - Method in class org.metawidget.pipeline.base.BasePipeline
-
Inspect the given Object according to the given path, and return the
result as a String conforming to inspection-result-1.0.xsd.
- inspectEntity(String, String) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Inspect the given entity's class (not its child properties/actions) and return a Map
of attributes.
- inspectEntity(String, String) - Method in class org.metawidget.inspector.propertytype.PropertyTypeInspector
-
- InspectionResultConstants - Class in org.metawidget.inspector
-
Common element and attribute names appearing in DOMs conforming to inspection-result-1.0.xsd.
- InspectionResultProcessor<M> - Interface in org.metawidget.inspectionresultprocessor.iface
-
Common interface implemented by all InspectionResultProcessors.
- InspectionResultProcessorException - Exception in org.metawidget.inspectionresultprocessor.iface
-
Any exception that occurs during inspection result processing.
- inspectionResultToJsonSchema(Element) - Static method in class org.metawidget.util.XmlUtils
-
Convert the given Element to a JSON Schema (v3) String.
- Inspector - Interface in org.metawidget.inspector.iface
-
Common interface implemented by all Inspectors.
- InspectorException - Exception in org.metawidget.inspector.iface
-
Any exception that occurs during inspection.
- inspectParent(Object, Property) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Inspect the parent property leading to the toInspect
.
- inspectProperties(String) - Method in class org.metawidget.inspector.impl.propertystyle.BasePropertyStyle
-
- inspectProperties(String) - Method in class org.metawidget.inspector.impl.propertystyle.groovy.GroovyPropertyStyle
-
Returns properties sorted by name.
- inspectProperties(String) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle
-
Returns properties sorted by name.
- inspectProperties(String) - Method in class org.metawidget.inspector.impl.propertystyle.javassist.JavassistPropertyStyle
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.annotation.MetawidgetAnnotationInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.beanvalidation.BeanValidationInspector
-
- inspectProperty(Element) - Method in class org.metawidget.inspector.commons.validator.CommonsValidatorInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.faces.FacesAnnotationInspector
-
- inspectProperty(Element) - Method in class org.metawidget.inspector.hibernate.HibernateInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.hibernate.validator.HibernateValidatorInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Inspect the given property and return a Map of attributes.
- inspectProperty(Element) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Inspect the given Element and return a Map of attributes if it is a property.
- inspectProperty(Property) - Method in class org.metawidget.inspector.jackson.JacksonInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.jaxb.JaxbInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.jpa.JpaInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.jsp.JspAnnotationInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.oval.OvalInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.propertytype.PropertyTypeInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.spring.SpringAnnotationInspector
-
- inspectProperty(Property) - Method in class org.metawidget.inspector.struts.StrutsAnnotationInspector
-
- inspectProperty(Element) - Method in class org.metawidget.inspector.struts.StrutsInspector
-
- inspectProperty(Element) - Method in class org.metawidget.inspector.xml.XmlInspector
-
- inspectProperty(Element) - Method in class org.metawidget.inspector.xsd.XmlSchemaInspector
-
- inspectTrait(Trait) - Method in class org.metawidget.inspector.annotation.MetawidgetAnnotationInspector
-
- inspectTrait(Trait) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Inspect the given trait and return a Map of attributes.
- inspectTrait(Document, Element) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Inspect the given Element and return a Map of attributes if it is a trait.
- inspectTraits(Object, String, Element) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Inspect the toInspect
for properties and actions.
- inspectTraits(Element, Element) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Inspect the toInspect
for properties and actions.
- inspectTraits(Element, Element) - Method in class org.metawidget.inspector.xsd.XmlSchemaInspector
-
- inspectTraitSiblings(Element, Element) - Method in class org.metawidget.inspector.impl.BaseXmlInspector
-
Inspect the given trait, looping over its siblings.
- invalidateInspection() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Invalidates the current inspection result (if any) and invalidates the widgets.
- invalidateInspection() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Invalidates the current inspection result (if any) and invalidates the widgets.
- invalidateInspection() - Method in class org.metawidget.swing.SwingMetawidget
-
Invalidates the current inspection result (if any) and invalidates the widgets.
- invalidateInspection() - Method in class org.metawidget.swt.SwtMetawidget
-
Invalidates the current inspection result (if any) and invalidates the widgets.
- invalidateInspection() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Invalidates the current inspection result (if any) and invalidates the widgets.
- invalidateWidgets() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Invalidates the widgets.
- invalidateWidgets() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Invalidates the widgets.
- invalidateWidgets() - Method in class org.metawidget.swing.SwingMetawidget
-
Invalidates the widgets.
- invalidateWidgets() - Method in class org.metawidget.swt.SwtMetawidget
-
Invalidates the widgets.
- invalidateWidgets() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Invalidates the widgets.
- INVERSE_RELATIONSHIP - Static variable in class org.metawidget.inspector.InspectionResultConstants
-
The field in a child entity that relates back to us (i.e.
- invokeAction(T, String...) - Method in interface org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorAdapter
-
- IOUtils - Class in org.metawidget.util
-
Utilities for working with Java I/O.
- isAnnotationPresent(Class<? extends Annotation>) - Method in class org.metawidget.inspector.impl.BaseTrait
-
- isAnnotationPresent(Class<? extends Annotation>) - Method in interface org.metawidget.inspector.impl.Trait
-
Returns true if an annotation for the specified type is present on this element, else false.
- isBeanValidationAvailable() - Method in class org.metawidget.faces.component.widgetprocessor.StandardValidatorProcessor
-
Exposed for unit tests.
- isCache() - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- isCache() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- isCacheLookups() - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
- isCollection(String) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
Whether the given class name is a Collection.
- isDebugEnabled() - Method in interface org.metawidget.util.LogUtils.Log
-
- isDebugMode() - Method in class org.metawidget.swing.layout.MigLayoutConfig
-
- isDebugMode() - Method in class org.metawidget.swt.layout.MigLayoutConfig
-
- isDynamic() - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- isDynamic() - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- isErrorEnabled() - Method in interface org.metawidget.util.LogUtils.Log
-
- isExcluded(Class<?>, String, Class<?>) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
Whether to exclude the given trait, of the given type, in the given class, when searching
for traits.
- isExcludedBaseType(Class<?>) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
Whether to exclude the given base type when searching up the model inheritance chain.
- isExcludedBaseType(Class<?>) - Method in class org.metawidget.inspector.impl.propertystyle.groovy.GroovyPropertyStyle
-
Whether to exclude the given base type when searching up the model inheritance chain.
- isExcludedName(String) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
Whether to exclude the given name when searching for traits.
- isExcludedName(String) - Method in class org.metawidget.inspector.impl.propertystyle.groovy.GroovyPropertyStyle
-
Whether to exclude the given property name when searching for properties.
- isExcludedReturnType(Class<?>) - Method in class org.metawidget.inspector.impl.BaseTraitStyle
-
Whether to exclude the given return type when searching for traits.
- isExpanded(Map<String, String>) - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecorator
-
Hook so subclasses can change what determines expanded/collapsed.
- isExpanded() - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecoratorConfig
-
- isExpression(String) - Static method in class org.metawidget.faces.FacesUtils
-
Return true
if the specified value conforms to the syntax requirements of a
value binding expression.
- isExpression(String) - Static method in class org.metawidget.statically.faces.StaticFacesUtils
-
Return true
if the specified value conforms to the syntax requirements of a
value binding expression.
- isGetter(Method) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle
-
Returns whether the given method is a 'getter' method.
- isGetter(Method) - Method in class org.metawidget.inspector.impl.propertystyle.scala.ScalaPropertyStyle
-
Overridden because Scala uses x()
instead of getX()
(what they call
a 'getter' versus a 'bean getter').
- isHideIds() - Method in class org.metawidget.inspector.hibernate.HibernateInspectorConfig
-
- isHideIds() - Method in class org.metawidget.inspector.jpa.JpaInspectorConfig
-
- isHideTransients() - Method in class org.metawidget.inspector.jpa.JpaInspectorConfig
-
- isHideVersions() - Method in class org.metawidget.inspector.jpa.JpaInspectorConfig
-
- isIgnored(View) - Method in class org.metawidget.android.widget.layout.AndroidNestedSectionLayoutDecorator
-
- isIgnored(UIComponent) - Method in class org.metawidget.faces.component.layout.UIComponentFlatSectionLayoutDecorator
-
- isIgnored(UIComponent) - Method in class org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator
-
- isIgnored(Widget) - Method in class org.metawidget.gwt.client.ui.layout.GwtFlatSectionLayoutDecorator
-
- isIgnored(Widget) - Method in class org.metawidget.gwt.client.ui.layout.GwtNestedSectionLayoutDecorator
-
- isIgnored(Tag) - Method in class org.metawidget.jsp.tagext.layout.JspFlatSectionLayoutDecorator
-
- isIgnored(Tag) - Method in class org.metawidget.jsp.tagext.layout.JspNestedSectionLayoutDecorator
-
- isIgnored(W) - Method in class org.metawidget.layout.decorator.FlatSectionLayoutDecorator
-
Returns true
if the given widget should be ignored, and no section heading
created for it.
- isIgnored(W) - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator
-
- isIgnored(StaticWidget) - Method in class org.metawidget.statically.layout.StaticFlatSectionLayoutDecorator
-
- isIgnored(StaticWidget) - Method in class org.metawidget.statically.layout.StaticNestedSectionLayoutDecorator
-
- isIgnored(JComponent) - Method in class org.metawidget.swing.layout.SwingFlatSectionLayoutDecorator
-
- isIgnored(JComponent) - Method in class org.metawidget.swing.layout.SwingNestedSectionLayoutDecorator
-
- isIgnored(Control) - Method in class org.metawidget.swt.layout.SwtFlatSectionLayoutDecorator
-
- isIgnored(Control) - Method in class org.metawidget.swt.layout.SwtNestedSectionLayoutDecorator
-
- isIgnored(Component) - Method in class org.metawidget.vaadin.ui.layout.VaadinFlatSectionLayoutDecorator
-
- isIgnored(Component) - Method in class org.metawidget.vaadin.ui.layout.VaadinNestedSectionLayoutDecorator
-
- isImmediate() - Method in class org.metawidget.faces.component.UIStub
-
- isImmutable(Class<?>) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Certain classes are immutable.
- isInferInheritanceHierarchy() - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- isInfoEnabled() - Method in interface org.metawidget.util.LogUtils.Log
-
- isIntegerPrimitive(String) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
Returns true
if the type is an integer primitive.
- isJsf2() - Static method in class org.metawidget.faces.FacesUtils
-
- isJustHiddenFields(CharSequence) - Static method in class org.metawidget.jsp.JspUtils
-
- isLazyResolvingNative(String) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Certain XML tags are supported 'natively' by the reader.
- isMultiple() - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- isNative(String) - Method in class org.metawidget.config.impl.BaseConfigReader
-
Certain XML tags are supported 'natively' by the reader.
- isOpened(Map<String, String>) - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecorator
-
Hook so subclasses can change what determines opened/closed.
- isOpened() - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- isPartialStateSavingDisabled() - Static method in class org.metawidget.faces.FacesUtils
-
- isPartialSubmit() - Method in class org.metawidget.faces.component.html.widgetbuilder.icefaces.IceFacesWidgetBuilderConfig
-
- isPaused() - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- isPrimitive(String) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
GWT-ified Class.isPrimitive
.
- isPrimitive(String) - Static method in class org.metawidget.util.ClassUtils
-
- isPrimitiveWrapper(String) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
GWT-ified ClassUtils.isPrimitiveWrapper
.
- isPrimitiveWrapper(Class<?>) - Static method in class org.metawidget.util.ClassUtils
-
Returns true
if the given class is the Object-wrapper of a primitive type (eg.
- isReadable() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.FieldProperty
-
- isReadable() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.JavaBeanProperty
-
- isReadable() - Method in interface org.metawidget.inspector.impl.propertystyle.Property
-
- isReadOnly() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- isReadOnly() - Method in class org.metawidget.faces.component.UIMetawidget
-
- isReadOnly() - Method in class org.metawidget.faces.component.UIMetawidget.Pipeline
-
Overridden to just-in-time evaluate EL binding.
- isReadOnly() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- isReadOnly(Map<String, String>) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
Returns whether the attributes have READ_ONLY or NO_SETTER set to TRUE.
- isReadOnly() - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- isReadOnly() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- isReadOnly() - Method in class org.metawidget.statically.StaticMetawidget
-
- isReadOnly() - Method in class org.metawidget.swing.SwingMetawidget
-
- isReadOnly() - Method in class org.metawidget.swt.SwtMetawidget
-
- isReadOnly(Map<String, String>) - Static method in class org.metawidget.util.WidgetBuilderUtils
-
Returns whether the attributes have READ_ONLY or NO_SETTER set to TRUE.
- isReadOnly() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- isRemoveUnmappedTypes() - Method in class org.metawidget.inspectionresultprocessor.type.TypeMappingInspectionResultProcessorConfig
-
- isRendered() - Method in class org.metawidget.faces.component.UIMetawidget
-
- isSelfClosing() - Method in class org.metawidget.statically.BaseStaticXmlWidget
-
Returns true if this widget is self closing (i.e.
- isSelfClosing() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlOutput
-
- isSelfClosing() - Method in class org.metawidget.statically.html.widgetbuilder.HtmlSelect
-
- isSetter(Method) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle
-
Returns whether the given method is a 'setter' method.
- isSetter(Method) - Method in class org.metawidget.inspector.impl.propertystyle.scala.ScalaPropertyStyle
-
Overridden because Scala uses foo_$eq( x )
instead of setFoo( x )
(what they call a 'setter' versus a 'bean setter').
- isSpanAllColumns(Map<String, String>) - Static method in class org.metawidget.util.simple.SimpleLayoutUtils
-
Returns true if the field is 'large' or 'wide'.
- isSupportMnemonics() - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- isSupportMnemonics() - Method in class org.metawidget.swing.layout.MigLayoutConfig
-
- isSupportPublicFields() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
- isTraceEnabled() - Method in interface org.metawidget.util.LogUtils.Log
-
- isValidationFailed() - Static method in class org.metawidget.faces.FacesUtils
-
- isWarnEnabled() - Method in interface org.metawidget.util.LogUtils.Log
-
- isWritable() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.FieldProperty
-
- isWritable() - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyle.JavaBeanProperty
-
- isWritable() - Method in interface org.metawidget.inspector.impl.propertystyle.Property
-
- ObjectUtils - Class in org.metawidget.util.simple
-
Utilities for working with Objects.
- onEndBuild(AndroidMetawidget) - Method in class org.metawidget.android.widget.layout.LinearLayout
-
- onEndBuild(AndroidMetawidget) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- onEndBuild(AndroidMetawidget) - Method in class org.metawidget.android.widget.widgetprocessor.reflection.ReflectionBindingProcessor
-
- onEndBuild(UIMetawidget) - Method in class org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator
-
Clears out all existingSectionsUsed
.
- onEndBuild(UIMetawidget) - Method in class org.metawidget.faces.component.widgetprocessor.ReadableIdProcessor
-
- onEndBuild(GwtMetawidget) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayout
-
- onEndBuild(GwtMetawidget) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- onEndBuild(MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayout
-
- onEndBuild(M) - Method in class org.metawidget.layout.decorator.LayoutDecorator
-
- onEndBuild(M) - Method in interface org.metawidget.layout.iface.AdvancedLayout
-
Event called at the end of widget building, after all widgets have been built and added to
the Layout
.
- onEndBuild(StaticXmlMetawidget) - Method in class org.metawidget.statically.faces.component.html.layout.HtmlPanelGridLayout
-
- onEndBuild(StaticXmlMetawidget) - Method in class org.metawidget.statically.freemarker.layout.FreemarkerLayout
-
- onEndBuild(StaticHtmlMetawidget) - Method in class org.metawidget.statically.html.layout.HtmlTableLayout
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.BoxLayout
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.FlowLayout
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.GridBagLayout
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.GroupLayout
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.MigLayout
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessor
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.reflection.ReflectionBindingProcessor
-
- onEndBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.validator.jgoodies.JGoodiesValidatorProcessor
-
- onEndBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.FillLayout
-
- onEndBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.GridLayout
-
- onEndBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.MigLayout
-
- onEndBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.RowLayout
-
- onEndBuild(SwtMetawidget) - Method in class org.metawidget.swt.widgetprocessor.binding.databinding.DataBindingProcessor
-
- onEndBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.FormLayout
-
- onEndBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.HorizontalLayout
-
- onEndBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.VerticalLayout
-
- onEndBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- onEndBuild(M) - Method in class org.metawidget.widgetbuilder.composite.CompositeWidgetBuilder
-
- onEndBuild(M) - Method in interface org.metawidget.widgetbuilder.iface.AdvancedWidgetBuilder
-
Event called at the end of widget building, after all widgets have been built and added to
the Layout
.
- onEndBuild(M) - Method in interface org.metawidget.widgetprocessor.iface.AdvancedWidgetProcessor
-
Event called at the end of widget building, after all widgets have been built and added to
the Layout
.
- onMeasure(int, int) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- onStartBuild(AndroidMetawidget) - Method in class org.metawidget.android.widget.layout.LinearLayout
-
- onStartBuild(AndroidMetawidget) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- onStartBuild(AndroidMetawidget) - Method in class org.metawidget.android.widget.widgetprocessor.reflection.ReflectionBindingProcessor
-
- onStartBuild(UIMetawidget) - Method in class org.metawidget.faces.component.widgetprocessor.ReadableIdProcessor
-
- onStartBuild(GwtMetawidget) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayout
-
- onStartBuild(GwtMetawidget) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- onStartBuild(MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayout
-
- onStartBuild(M) - Method in class org.metawidget.layout.decorator.LayoutDecorator
-
- onStartBuild(M) - Method in interface org.metawidget.layout.iface.AdvancedLayout
-
Event called at the start of the widget building process, before the
WidgetBuilder
is called.
- onStartBuild(StaticXmlMetawidget) - Method in class org.metawidget.statically.faces.component.html.layout.HtmlPanelGridLayout
-
- onStartBuild(StaticXmlMetawidget) - Method in class org.metawidget.statically.freemarker.layout.FreemarkerLayout
-
- onStartBuild(StaticHtmlMetawidget) - Method in class org.metawidget.statically.html.layout.HtmlTableLayout
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.BoxLayout
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.FlowLayout
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.GridBagLayout
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.GroupLayout
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.layout.MigLayout
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessor
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.reflection.ReflectionBindingProcessor
-
- onStartBuild(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.validator.jgoodies.JGoodiesValidatorProcessor
-
- onStartBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.FillLayout
-
- onStartBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.GridLayout
-
- onStartBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.MigLayout
-
- onStartBuild(SwtMetawidget) - Method in class org.metawidget.swt.layout.RowLayout
-
- onStartBuild(SwtMetawidget) - Method in class org.metawidget.swt.widgetprocessor.binding.databinding.DataBindingProcessor
-
- onStartBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.FormLayout
-
- onStartBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.HorizontalLayout
-
- onStartBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.VerticalLayout
-
- onStartBuild(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- onStartBuild(M) - Method in class org.metawidget.widgetbuilder.composite.CompositeWidgetBuilder
-
- onStartBuild(M) - Method in interface org.metawidget.widgetbuilder.iface.AdvancedWidgetBuilder
-
Event called at the start of the widget building process, before any
WidgetBuilder
s are called.
- onStartBuild(M) - Method in interface org.metawidget.widgetprocessor.iface.AdvancedWidgetProcessor
-
Event called at the start of the widget building process, before the
WidgetBuilder
is called.
- openResource(String) - Method in interface org.metawidget.config.iface.ResourceResolver
-
- openResource(String) - Method in class org.metawidget.config.impl.ServletResourceResolver
-
Overridden to try /WEB-INF/
first.
- openResource(String) - Method in class org.metawidget.config.impl.SimpleResourceResolver
-
- openResource(String) - Method in class org.metawidget.faces.component.FacesResourceResolver
-
Overridden to try /WEB-INF
first.
- org.metawidget - package org.metawidget
-
Root Metawidget package.
- org.metawidget.android - package org.metawidget.android
-
Android support.
- org.metawidget.android.widget - package org.metawidget.android.widget
-
Android support: widgets.
- org.metawidget.android.widget.layout - package org.metawidget.android.widget.layout
-
Android support: layouts.
- org.metawidget.android.widget.widgetbuilder - package org.metawidget.android.widget.widgetbuilder
-
Android support: widget builders.
- org.metawidget.android.widget.widgetprocessor - package org.metawidget.android.widget.widgetprocessor
-
Android support: widget processors.
- org.metawidget.android.widget.widgetprocessor.binding - package org.metawidget.android.widget.widgetprocessor.binding
-
Android support: binding.
- org.metawidget.android.widget.widgetprocessor.binding.simple - package org.metawidget.android.widget.widgetprocessor.binding.simple
-
Android support: Simple property binding.
- org.metawidget.android.widget.widgetprocessor.reflection - package org.metawidget.android.widget.widgetprocessor.reflection
-
Android support: reflection-based action binding.
- org.metawidget.config.iface - package org.metawidget.config.iface
-
External configuration support.
- org.metawidget.config.impl - package org.metawidget.config.impl
-
External configuration support: convenience implementations.
- org.metawidget.faces - package org.metawidget.faces
-
Java Server Faces support.
- org.metawidget.faces.component - package org.metawidget.faces.component
-
Java Server Faces support: base widgets.
- org.metawidget.faces.component.html - package org.metawidget.faces.component.html
-
Java Server Faces support: HTML-specific widgets.
- org.metawidget.faces.component.html.layout - package org.metawidget.faces.component.html.layout
-
Java Server Faces support: HTML-specific layouts.
- org.metawidget.faces.component.html.layout.icefaces - package org.metawidget.faces.component.html.layout.icefaces
-
Java Server Faces support: ICEfaces layouts.
- org.metawidget.faces.component.html.layout.primefaces - package org.metawidget.faces.component.html.layout.primefaces
-
Java Server Faces support: PrimeFaces layouts.
- org.metawidget.faces.component.html.layout.richfaces - package org.metawidget.faces.component.html.layout.richfaces
-
Java Server Faces support: RichFaces layouts.
- org.metawidget.faces.component.html.widgetbuilder - package org.metawidget.faces.component.html.widgetbuilder
-
Java Server Faces support: HTML-specific widget builders.
- org.metawidget.faces.component.html.widgetbuilder.icefaces - package org.metawidget.faces.component.html.widgetbuilder.icefaces
-
Java Server Faces support: ICEfaces widget builders.
- org.metawidget.faces.component.html.widgetbuilder.primefaces - package org.metawidget.faces.component.html.widgetbuilder.primefaces
-
Java Server Faces support: PrimeFaces widget builders.
- org.metawidget.faces.component.html.widgetbuilder.richfaces - package org.metawidget.faces.component.html.widgetbuilder.richfaces
-
Java Server Faces support: RichFaces widget builders.
- org.metawidget.faces.component.html.widgetbuilder.tomahawk - package org.metawidget.faces.component.html.widgetbuilder.tomahawk
-
Java Server Faces support: Tomahawk widget builders.
- org.metawidget.faces.component.html.widgetprocessor - package org.metawidget.faces.component.html.widgetprocessor
-
Java Server Faces support: HTML-specific widget processors.
- org.metawidget.faces.component.html.widgetprocessor.richfaces - package org.metawidget.faces.component.html.widgetprocessor.richfaces
-
Java Server Faces support: RichFaces-specific widget processors.
- org.metawidget.faces.component.layout - package org.metawidget.faces.component.layout
-
Java Server Faces support: standard layouts.
- org.metawidget.faces.component.widgetbuilder - package org.metawidget.faces.component.widgetbuilder
-
Java Server Faces support: standard widget builders.
- org.metawidget.faces.component.widgetprocessor - package org.metawidget.faces.component.widgetprocessor
-
Java Server Faces support: standard widget processors.
- org.metawidget.faces.renderkit - package org.metawidget.faces.renderkit
-
Java Server Faces support: base layouts.
- org.metawidget.faces.renderkit.html - package org.metawidget.faces.renderkit.html
-
Java Server Faces support: HTML-specific layouts.
- org.metawidget.faces.taglib - package org.metawidget.faces.taglib
-
Java Server Faces support: base JSP tags.
- org.metawidget.faces.taglib.html - package org.metawidget.faces.taglib.html
-
Java Server Faces support: HTML-specific JSP tags.
- org.metawidget.gwt.client.ui - package org.metawidget.gwt.client.ui
-
GWT support.
- org.metawidget.gwt.client.ui.layout - package org.metawidget.gwt.client.ui.layout
-
GWT support: layouts.
- org.metawidget.gwt.client.widgetbuilder - package org.metawidget.gwt.client.widgetbuilder
-
GWT support: standard GWT WidgetBuilders.
- org.metawidget.gwt.client.widgetbuilder.extgwt - package org.metawidget.gwt.client.widgetbuilder.extgwt
-
GWT support: ExtGWT WidgetBuilders.
- org.metawidget.gwt.client.widgetprocessor - package org.metawidget.gwt.client.widgetprocessor
-
GWT support: widget processors.
- org.metawidget.gwt.client.widgetprocessor.binding.simple - package org.metawidget.gwt.client.widgetprocessor.binding.simple
-
GWT support: Generator-based property binding (client-side).
- org.metawidget.gwt.generator.widgetprocessor.binding.simple - package org.metawidget.gwt.generator.widgetprocessor.binding.simple
-
GWT support: Generator-based property binding (compile-time).
- org.metawidget.iface - package org.metawidget.iface
-
Root interface.
- org.metawidget.inspectionresultprocessor.commons.jexl - package org.metawidget.inspectionresultprocessor.commons.jexl
-
Inspection Result Processors: Commons JEXL support.
- org.metawidget.inspectionresultprocessor.faces - package org.metawidget.inspectionresultprocessor.faces
-
Inspection Result Processors: JSF EL expressions support.
- org.metawidget.inspectionresultprocessor.iface - package org.metawidget.inspectionresultprocessor.iface
-
Inspection Result Processors: root interface.
- org.metawidget.inspectionresultprocessor.impl - package org.metawidget.inspectionresultprocessor.impl
-
Inspection Result Processors: convenience implementations.
- org.metawidget.inspectionresultprocessor.json - package org.metawidget.inspectionresultprocessor.json
-
Inspection Result Processors: Java to JavaScript Object Notation (JSON) support.
- org.metawidget.inspectionresultprocessor.json.schema - package org.metawidget.inspectionresultprocessor.json.schema
-
Inspection Result Processors: Inspection Result to JSON Schema support.
- org.metawidget.inspectionresultprocessor.jsp - package org.metawidget.inspectionresultprocessor.jsp
-
Inspection Result Processors: JSP EL expressions support.
- org.metawidget.inspectionresultprocessor.sort - package org.metawidget.inspectionresultprocessor.sort
-
Inspection Result Processors: sorting support.
- org.metawidget.inspectionresultprocessor.type - package org.metawidget.inspectionresultprocessor.type
-
Inspection Result Processors: type mapping support.
- org.metawidget.inspectionresultprocessor.xsd - package org.metawidget.inspectionresultprocessor.xsd
-
Inspection Result Processors: XML Schema (XSD) to Java support.
- org.metawidget.inspector - package org.metawidget.inspector
-
Inspectors.
- org.metawidget.inspector.annotation - package org.metawidget.inspector.annotation
-
Inspectors: Metawidget annotations support.
- org.metawidget.inspector.beanvalidation - package org.metawidget.inspector.beanvalidation
-
Inspectors: Bean Validation (JSR 303) support.
- org.metawidget.inspector.commons.validator - package org.metawidget.inspector.commons.validator
-
Inspectors: Commons Validator support.
- org.metawidget.inspector.composite - package org.metawidget.inspector.composite
-
Inspectors: composite inspection support.
- org.metawidget.inspector.faces - package org.metawidget.inspector.faces
-
Inspectors: JSF annotations support.
- org.metawidget.inspector.gwt.remote.client - package org.metawidget.inspector.gwt.remote.client
-
Inspectors: GWT remote inspection support (client-side).
- org.metawidget.inspector.gwt.remote.iface - package org.metawidget.inspector.gwt.remote.iface
-
Inspectors: GWT remote inspection support (interface).
- org.metawidget.inspector.gwt.remote.server - package org.metawidget.inspector.gwt.remote.server
-
Inspectors: GWT remote inspection support (server-side).
- org.metawidget.inspector.hibernate - package org.metawidget.inspector.hibernate
-
Inspectors: Hibernate support.
- org.metawidget.inspector.hibernate.validator - package org.metawidget.inspector.hibernate.validator
-
Inspectors: Hibernate Validator support.
- org.metawidget.inspector.iface - package org.metawidget.inspector.iface
-
Inspectors: root interface.
- org.metawidget.inspector.impl - package org.metawidget.inspector.impl
-
Inspectors: convenience implementations.
- org.metawidget.inspector.impl.actionstyle - package org.metawidget.inspector.impl.actionstyle
-
Inspectors: action styles.
- org.metawidget.inspector.impl.actionstyle.metawidget - package org.metawidget.inspector.impl.actionstyle.metawidget
-
Inspectors: Metawidget action style.
- org.metawidget.inspector.impl.actionstyle.swing - package org.metawidget.inspector.impl.actionstyle.swing
-
Inspectors: Swing AppFramework (JSR-296) action style.
- org.metawidget.inspector.impl.propertystyle - package org.metawidget.inspector.impl.propertystyle
-
Inspectors: property styles.
- org.metawidget.inspector.impl.propertystyle.groovy - package org.metawidget.inspector.impl.propertystyle.groovy
-
Inspectors: Groovy property style.
- org.metawidget.inspector.impl.propertystyle.javabean - package org.metawidget.inspector.impl.propertystyle.javabean
-
Inspectors: JavaBean property style.
- org.metawidget.inspector.impl.propertystyle.javassist - package org.metawidget.inspector.impl.propertystyle.javassist
-
Inspectors: Javassist property style.
- org.metawidget.inspector.impl.propertystyle.scala - package org.metawidget.inspector.impl.propertystyle.scala
-
Inspectors: Scala property style.
- org.metawidget.inspector.impl.propertystyle.statically - package org.metawidget.inspector.impl.propertystyle.statically
-
Inspectors: Static property style.
- org.metawidget.inspector.jackson - package org.metawidget.inspector.jackson
-
Inspectors: Jackson annotations support.
- org.metawidget.inspector.jaxb - package org.metawidget.inspector.jaxb
-
Inspectors: JAXB annotations support.
- org.metawidget.inspector.jbpm - package org.metawidget.inspector.jbpm
-
Inspectors: JBoss jBPM support.
- org.metawidget.inspector.jpa - package org.metawidget.inspector.jpa
-
Inspectors: JPA annotations support.
- org.metawidget.inspector.json - package org.metawidget.inspector.json
-
Inspectors: JavaScript Object Notation (JSON) support.
- org.metawidget.inspector.json.schema - package org.metawidget.inspector.json.schema
-
Inspectors: JSON Schema support.
- org.metawidget.inspector.jsp - package org.metawidget.inspector.jsp
-
Inspectors: JSP annotations support.
- org.metawidget.inspector.oval - package org.metawidget.inspector.oval
-
Inspectors: OVal support.
- org.metawidget.inspector.propertytype - package org.metawidget.inspector.propertytype
-
Inspectors: property type support.
- org.metawidget.inspector.seam - package org.metawidget.inspector.seam
-
Inspectors: Seam support.
- org.metawidget.inspector.spring - package org.metawidget.inspector.spring
-
Inspectors: Spring annotations support.
- org.metawidget.inspector.struts - package org.metawidget.inspector.struts
-
Inspectors: struts-config.xml support.
- org.metawidget.inspector.swing - package org.metawidget.inspector.swing
-
Inspectors: Swing AppFramework (JSR-296) support.
- org.metawidget.inspector.wsdl - package org.metawidget.inspector.wsdl
-
Inspectors: Web Services Description Language (WSDL) support.
- org.metawidget.inspector.xml - package org.metawidget.inspector.xml
-
Inspectors: inspection-result-1.0.xsd support.
- org.metawidget.inspector.xsd - package org.metawidget.inspector.xsd
-
Inspectors: XML Schema (XSD) support.
- org.metawidget.jsp - package org.metawidget.jsp
-
JSP support, including technologies based on JSP.
- org.metawidget.jsp.tagext - package org.metawidget.jsp.tagext
-
JSP support: base taglibs.
- org.metawidget.jsp.tagext.html - package org.metawidget.jsp.tagext.html
-
JSP support: HTML-specific taglibs.
- org.metawidget.jsp.tagext.html.layout - package org.metawidget.jsp.tagext.html.layout
-
JSP support: HTML-specific layouts.
- org.metawidget.jsp.tagext.html.layout.spring - package org.metawidget.jsp.tagext.html.layout.spring
-
Spring support: layouts.
- org.metawidget.jsp.tagext.html.spring - package org.metawidget.jsp.tagext.html.spring
-
Spring support.
- org.metawidget.jsp.tagext.html.struts - package org.metawidget.jsp.tagext.html.struts
-
Struts support.
- org.metawidget.jsp.tagext.html.widgetbuilder - package org.metawidget.jsp.tagext.html.widgetbuilder
-
JSP support: widget builders.
- org.metawidget.jsp.tagext.html.widgetbuilder.displaytag - package org.metawidget.jsp.tagext.html.widgetbuilder.displaytag
-
DisplayTag support: widget builders.
- org.metawidget.jsp.tagext.html.widgetbuilder.spring - package org.metawidget.jsp.tagext.html.widgetbuilder.spring
-
Spring support: widget builders.
- org.metawidget.jsp.tagext.html.widgetbuilder.struts - package org.metawidget.jsp.tagext.html.widgetbuilder.struts
-
Struts support: widget builders.
- org.metawidget.jsp.tagext.html.widgetprocessor - package org.metawidget.jsp.tagext.html.widgetprocessor
-
JSP support: widget processors.
- org.metawidget.jsp.tagext.html.widgetprocessor.spring - package org.metawidget.jsp.tagext.html.widgetprocessor.spring
-
Spring support: widget processors.
- org.metawidget.jsp.tagext.html.widgetprocessor.struts - package org.metawidget.jsp.tagext.html.widgetprocessor.struts
-
Struts support: widget processors.
- org.metawidget.jsp.tagext.layout - package org.metawidget.jsp.tagext.layout
-
JSP support: layouts.
- org.metawidget.jsp.tagext.widgetbuilder - package org.metawidget.jsp.tagext.widgetbuilder
-
JSP support: widget builders.
- org.metawidget.layout.decorator - package org.metawidget.layout.decorator
-
Layout: decorator support.
- org.metawidget.layout.iface - package org.metawidget.layout.iface
-
Layout: root interface.
- org.metawidget.pipeline.base - package org.metawidget.pipeline.base
-
Pipeline: convenience implementations.
- org.metawidget.pipeline.w3c - package org.metawidget.pipeline.w3c
-
Pipeline: org.w3c-based pipeline.
- org.metawidget.statically - package org.metawidget.statically
-
Static support.
- org.metawidget.statically.faces - package org.metawidget.statically.faces
-
Static support: Java Server Faces.
- org.metawidget.statically.faces.component - package org.metawidget.statically.faces.component
-
Static support: Java Server Faces components.
- org.metawidget.statically.faces.component.html - package org.metawidget.statically.faces.component.html
-
Static support: Java Server Faces HTML components.
- org.metawidget.statically.faces.component.html.layout - package org.metawidget.statically.faces.component.html.layout
-
Static support: Java Server Faces HTML layouts.
- org.metawidget.statically.faces.component.html.widgetbuilder - package org.metawidget.statically.faces.component.html.widgetbuilder
-
Static support: Java Server Faces HTML widget builders.
- org.metawidget.statically.faces.component.html.widgetbuilder.richfaces - package org.metawidget.statically.faces.component.html.widgetbuilder.richfaces
-
Static support: RichFaces widget builders.
- org.metawidget.statically.faces.component.html.widgetprocessor - package org.metawidget.statically.faces.component.html.widgetprocessor
-
Static support: Java Server Faces HTML widget processors.
- org.metawidget.statically.faces.component.widgetprocessor - package org.metawidget.statically.faces.component.widgetprocessor
-
Static support: Java Server Faces widget processors.
- org.metawidget.statically.freemarker.layout - package org.metawidget.statically.freemarker.layout
-
Static support: FreeMarker.
- org.metawidget.statically.html - package org.metawidget.statically.html
-
Static support: HTML.
- org.metawidget.statically.html.layout - package org.metawidget.statically.html.layout
-
Static support: HTML layouts.
- org.metawidget.statically.html.widgetbuilder - package org.metawidget.statically.html.widgetbuilder
-
Static support: HTML widget builders.
- org.metawidget.statically.html.widgetprocessor - package org.metawidget.statically.html.widgetprocessor
-
Static support: HTML widget processors.
- org.metawidget.statically.javacode - package org.metawidget.statically.javacode
-
Static support: Java code.
- org.metawidget.statically.jsp - package org.metawidget.statically.jsp
-
Static support: Java Server Pages tags.
- org.metawidget.statically.jsp.widgetbuilder - package org.metawidget.statically.jsp.widgetbuilder
-
Static support: Java Server Pages widget builders.
- org.metawidget.statically.jsp.widgetprocessor - package org.metawidget.statically.jsp.widgetprocessor
-
Static support: Java Server Pages widget processors.
- org.metawidget.statically.layout - package org.metawidget.statically.layout
-
Static support: layouts.
- org.metawidget.statically.spring - package org.metawidget.statically.spring
-
Static support: Spring.
- org.metawidget.statically.spring.layout - package org.metawidget.statically.spring.layout
-
Static support: Spring layouts.
- org.metawidget.statically.spring.widgetbuilder - package org.metawidget.statically.spring.widgetbuilder
-
Static support: Spring widget builders.
- org.metawidget.statically.spring.widgetprocessor - package org.metawidget.statically.spring.widgetprocessor
-
Static support: Spring widget processors.
- org.metawidget.swing - package org.metawidget.swing
-
Swing support.
- org.metawidget.swing.layout - package org.metawidget.swing.layout
-
Swing support: layouts.
- org.metawidget.swing.widgetbuilder - package org.metawidget.swing.widgetbuilder
-
Swing support: widget builders.
- org.metawidget.swing.widgetbuilder.swingx - package org.metawidget.swing.widgetbuilder.swingx
-
Swing support: SwingX widget builders.
- org.metawidget.swing.widgetprocessor.binding - package org.metawidget.swing.widgetprocessor.binding
-
Swing support: binding.
- org.metawidget.swing.widgetprocessor.binding.beansbinding - package org.metawidget.swing.widgetprocessor.binding.beansbinding
-
Swing support: BeansBinding (JSR 295).
- org.metawidget.swing.widgetprocessor.binding.beanutils - package org.metawidget.swing.widgetprocessor.binding.beanutils
-
Swing support: Commons BeanUtils.
- org.metawidget.swing.widgetprocessor.binding.reflection - package org.metawidget.swing.widgetprocessor.binding.reflection
-
Swing support: reflection-based action binding.
- org.metawidget.swing.widgetprocessor.validator.inputverifier - package org.metawidget.swing.widgetprocessor.validator.inputverifier
-
Swing support: InputVerifier support.
- org.metawidget.swing.widgetprocessor.validator.jgoodies - package org.metawidget.swing.widgetprocessor.validator.jgoodies
-
Swing support: JGoodies Validator.
- org.metawidget.swt - package org.metawidget.swt
-
SWT support.
- org.metawidget.swt.layout - package org.metawidget.swt.layout
-
SWT support: layouts.
- org.metawidget.swt.widgetbuilder - package org.metawidget.swt.widgetbuilder
-
SWT support: widget builders.
- org.metawidget.swt.widgetprocessor.binding - package org.metawidget.swt.widgetprocessor.binding
-
SWT support: binding.
- org.metawidget.swt.widgetprocessor.binding.databinding - package org.metawidget.swt.widgetprocessor.binding.databinding
-
SWT support: eclipse.core.databinding-based property binding.
- org.metawidget.swt.widgetprocessor.binding.reflection - package org.metawidget.swt.widgetprocessor.binding.reflection
-
SWT support: reflection-based action binding.
- org.metawidget.util - package org.metawidget.util
-
Utility classes.
- org.metawidget.util.simple - package org.metawidget.util.simple
-
Simple utility classes.
- org.metawidget.vaadin.ui - package org.metawidget.vaadin.ui
-
Vaadin support.
- org.metawidget.vaadin.ui.layout - package org.metawidget.vaadin.ui.layout
-
Vaadin support: layouts.
- org.metawidget.vaadin.ui.widgetbuilder - package org.metawidget.vaadin.ui.widgetbuilder
-
Vaadin support: widget builders.
- org.metawidget.vaadin.ui.widgetprocessor - package org.metawidget.vaadin.ui.widgetprocessor
-
Vaadin support: widget processors.
- org.metawidget.vaadin.ui.widgetprocessor.binding - package org.metawidget.vaadin.ui.widgetprocessor.binding
-
Vaadin support: binding.
- org.metawidget.vaadin.ui.widgetprocessor.binding.reflection - package org.metawidget.vaadin.ui.widgetprocessor.binding.reflection
-
Vaadin support: reflection-based action binding.
- org.metawidget.vaadin.ui.widgetprocessor.binding.simple - package org.metawidget.vaadin.ui.widgetprocessor.binding.simple
-
Vaadin support: simple data binding.
- org.metawidget.widgetbuilder.composite - package org.metawidget.widgetbuilder.composite
-
Widget Builders: composite WidgetBuilder support.
- org.metawidget.widgetbuilder.iface - package org.metawidget.widgetbuilder.iface
-
Widget Builders: root interface.
- org.metawidget.widgetprocessor.iface - package org.metawidget.widgetprocessor.iface
-
Widget Processors: root interface.
- outdent() - Method in class org.metawidget.statically.StaticUtils.IndentedWriter
-
Decrease the indentation level for subsequent writes.
- OutputTextLayoutDecorator - Class in org.metawidget.faces.component.html.layout
-
Layout to decorate widgets from different sections using an HtmlOutputText.
- OutputTextLayoutDecorator(OutputTextLayoutDecoratorConfig) - Constructor for class org.metawidget.faces.component.html.layout.OutputTextLayoutDecorator
-
- OutputTextLayoutDecorator - Class in org.metawidget.statically.faces.component.html.layout
-
- OutputTextLayoutDecorator(LayoutDecoratorConfig<StaticWidget, StaticWidget, StaticMetawidget>) - Constructor for class org.metawidget.statically.faces.component.html.layout.OutputTextLayoutDecorator
-
- OutputTextLayoutDecoratorConfig - Class in org.metawidget.faces.component.html.layout
-
Configures a OutputTextLayoutDecorator prior to use.
- OutputTextLayoutDecoratorConfig() - Constructor for class org.metawidget.faces.component.html.layout.OutputTextLayoutDecoratorConfig
-
- OvalInspector - Class in org.metawidget.inspector.oval
-
Inspects annotations defined by OVal.
- OvalInspector() - Constructor for class org.metawidget.inspector.oval.OvalInspector
-
- OvalInspector(BaseObjectInspectorConfig) - Constructor for class org.metawidget.inspector.oval.OvalInspector
-
- OverriddenWidgetBuilder - Class in org.metawidget.android.widget.widgetbuilder
-
WidgetBuilder for overridden widgets in Swing environments.
- OverriddenWidgetBuilder() - Constructor for class org.metawidget.android.widget.widgetbuilder.OverriddenWidgetBuilder
-
- OverriddenWidgetBuilder - Class in org.metawidget.faces.component.widgetbuilder
-
WidgetBuilder for overridden widgets in Java Server Faces environments.
- OverriddenWidgetBuilder() - Constructor for class org.metawidget.faces.component.widgetbuilder.OverriddenWidgetBuilder
-
- OverriddenWidgetBuilder - Class in org.metawidget.gwt.client.widgetbuilder
-
WidgetBuilder for overridden widgets in GWT environments.
- OverriddenWidgetBuilder() - Constructor for class org.metawidget.gwt.client.widgetbuilder.OverriddenWidgetBuilder
-
- OverriddenWidgetBuilder - Class in org.metawidget.jsp.tagext.widgetbuilder
-
WidgetBuilder for overridden widgets in JSP environments.
- OverriddenWidgetBuilder() - Constructor for class org.metawidget.jsp.tagext.widgetbuilder.OverriddenWidgetBuilder
-
- OverriddenWidgetBuilder - Class in org.metawidget.swing.widgetbuilder
-
WidgetBuilder for overridden widgets in Swing environments.
- OverriddenWidgetBuilder() - Constructor for class org.metawidget.swing.widgetbuilder.OverriddenWidgetBuilder
-
- OverriddenWidgetBuilder - Class in org.metawidget.swt.widgetbuilder
-
WidgetBuilder for overridden widgets in SWT environments.
- OverriddenWidgetBuilder() - Constructor for class org.metawidget.swt.widgetbuilder.OverriddenWidgetBuilder
-
- OverriddenWidgetBuilder - Class in org.metawidget.vaadin.ui.widgetbuilder
-
WidgetBuilder for overridden widgets in Vaadin environments.
- OverriddenWidgetBuilder() - Constructor for class org.metawidget.vaadin.ui.widgetbuilder.OverriddenWidgetBuilder
-
- save(AndroidMetawidget) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- save(GwtMetawidget) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- save(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessor
-
- save(SwingMetawidget) - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessor
-
- save(SwtMetawidget) - Method in class org.metawidget.swt.widgetprocessor.binding.databinding.DataBindingProcessor
-
- save(VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- saveState(FacesContext) - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
- saveState(FacesContext) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlLookupOutputText
-
- saveState(FacesContext) - Method in class org.metawidget.faces.component.UIMetawidget
-
- saveState(FacesContext) - Method in class org.metawidget.faces.component.UIStub
-
- saveValueToObject(SwingMetawidget, String, Object) - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessor
-
Save the given value into the given source at the location specified by the given names.
- saveValueToWidget(BeanUtilsBindingProcessor.SavedBinding, Object) - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessor
-
- ScalaPropertyStyle - Class in org.metawidget.inspector.impl.propertystyle.scala
-
PropertyStyle for Scala-style properties.
- ScalaPropertyStyle() - Constructor for class org.metawidget.inspector.impl.propertystyle.scala.ScalaPropertyStyle
-
- ScalaPropertyStyleConfig - Class in org.metawidget.inspector.impl.propertystyle.scala
-
Configures a ScalaPropertyStyleConfig prior to use.
- ScalaPropertyStyleConfig() - Constructor for class org.metawidget.inspector.impl.propertystyle.scala.ScalaPropertyStyleConfig
-
Configures a ScalaPropertyStyleConfig.
- SeamInspector - Class in org.metawidget.inspector.seam
-
Inspector to look for relevant settings in Seam XML files.
- SeamInspector() - Constructor for class org.metawidget.inspector.seam.SeamInspector
-
- SeamInspector(SeamInspectorConfig) - Constructor for class org.metawidget.inspector.seam.SeamInspector
-
- SeamInspectorConfig - Class in org.metawidget.inspector.seam
-
Configures a SeamInspector prior to use.
- SeamInspectorConfig() - Constructor for class org.metawidget.inspector.seam.SeamInspectorConfig
-
- SECTION - Static variable in class org.metawidget.inspector.InspectionResultConstants
-
- SelectItem - Class in org.metawidget.statically.faces.component.html.widgetbuilder
-
- SelectItem() - Constructor for class org.metawidget.statically.faces.component.html.widgetbuilder.SelectItem
-
- SelectItems - Class in org.metawidget.statically.faces.component.html.widgetbuilder
-
- SelectItems() - Constructor for class org.metawidget.statically.faces.component.html.widgetbuilder.SelectItems
-
- SEPARATOR_COLON - Static variable in class org.metawidget.util.simple.StringUtils
-
- SEPARATOR_COLON_CHAR - Static variable in class org.metawidget.util.simple.StringUtils
-
- SEPARATOR_COMMA - Static variable in class org.metawidget.util.simple.StringUtils
-
- SEPARATOR_COMMA_CHAR - Static variable in class org.metawidget.util.simple.StringUtils
-
- SEPARATOR_DOT - Static variable in class org.metawidget.util.simple.StringUtils
-
- SEPARATOR_DOT_CHAR - Static variable in class org.metawidget.util.simple.StringUtils
-
- SEPARATOR_FORWARD_SLASH - Static variable in class org.metawidget.util.simple.StringUtils
-
- SEPARATOR_FORWARD_SLASH_CHAR - Static variable in class org.metawidget.util.simple.StringUtils
-
Forward slash character.
- SeparatorLayoutDecorator - Class in org.metawidget.swing.layout
-
Layout to decorate widgets from different sections using a JSeparator.
- SeparatorLayoutDecorator(SeparatorLayoutDecoratorConfig) - Constructor for class org.metawidget.swing.layout.SeparatorLayoutDecorator
-
- SeparatorLayoutDecorator - Class in org.metawidget.swt.layout
-
Layout to decorate widgets from different sections using a JSeparator.
- SeparatorLayoutDecorator(SeparatorLayoutDecoratorConfig) - Constructor for class org.metawidget.swt.layout.SeparatorLayoutDecorator
-
- SeparatorLayoutDecoratorConfig - Class in org.metawidget.swing.layout
-
Configures a SeparatorLayoutDecorator prior to use.
- SeparatorLayoutDecoratorConfig() - Constructor for class org.metawidget.swing.layout.SeparatorLayoutDecoratorConfig
-
- SeparatorLayoutDecoratorConfig - Class in org.metawidget.swt.layout
-
Configures a SeparatorLayoutDecorator prior to use.
- SeparatorLayoutDecoratorConfig() - Constructor for class org.metawidget.swt.layout.SeparatorLayoutDecoratorConfig
-
- ServletResourceResolver - Class in org.metawidget.config.impl
-
Specialized ResourceResolver for Servlets.
- ServletResourceResolver(ServletContext) - Constructor for class org.metawidget.config.impl.ServletResourceResolver
-
- setAction(MethodBinding) - Method in class org.metawidget.faces.component.UIStub
-
- setAction(String) - Method in class org.metawidget.faces.taglib.StubTag
-
- setActionListener(MethodBinding) - Method in class org.metawidget.faces.component.UIStub
-
- setActionStyle(ActionStyle) - Method in class org.metawidget.inspector.impl.BaseObjectInspectorConfig
-
Sets the style used to recognize actions.
- setActiveIndex(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- setActiveIndex(int) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setAdapter(Class<T>, SimpleBindingProcessorAdapter<T>) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
Sets an Adapter for the given Class.
- setAdditionalClassLoader(ClassLoader) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
Sets an additional ClassLoader to use to resolve classes.
- setAlignment(int) - Method in class org.metawidget.swing.layout.SeparatorLayoutDecoratorConfig
-
One of SwingConstants.LEFT or SwingConstants.RIGHT.
- setAlignment(int) - Method in class org.metawidget.swt.layout.SeparatorLayoutDecoratorConfig
-
One of SWT.LEFT or SWT.RIGHT.
- setAttribute(String, String) - Method in class org.metawidget.android.widget.Stub
-
- setAttribute(String, String) - Method in class org.metawidget.gwt.client.ui.Stub
-
- setAttribute(String, String) - Method in class org.metawidget.swing.Stub
-
- setAttribute(String, String) - Method in class org.metawidget.swt.Stub
-
- setAttribute(String, String) - Method in class org.metawidget.vaadin.ui.Stub
-
- setAttributeAndCreateReadOnlyLabelTag(Map<String, String>, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.widgetbuilder.ReadOnlyWidgetBuilder
-
- setAttributes(String) - Method in class org.metawidget.jsp.tagext.StubTag
-
- setBodyContent(BodyTag, String) - Static method in class org.metawidget.jsp.JspUtils
-
- setBounds(Rectangle) - Method in class org.metawidget.swing.SwingMetawidget
-
Overridden to build widgets just-in-time.
- setBuildWidgetsOnAjaxRequest(boolean) - Method in class org.metawidget.faces.component.UIMetawidget
-
By default, UIMetawidget
does not rebuild widgets upon an AJAX request unless
the Metawidget's Id
is explicitly included in the list of execute
Ids.
- setBundle(Class<?>) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setBundle(String) - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
- setBundle(LocalizationContext) - Method in class org.metawidget.jsp.tagext.html.HtmlMetawidgetTag
-
Sets the LocalizationContext used to localize labels.
- setBundle(ResourceBundle) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
Sets the ResourceBundle used to localize labels.
- setBundle(ResourceBundle) - Method in class org.metawidget.swing.SwingMetawidget
-
- setBundle(ResourceBundle) - Method in class org.metawidget.swt.SwtMetawidget
-
- setBundle(ResourceBundle) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- setCache(boolean) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- setCache(boolean) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setCacheLookups(boolean) - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
Sets whether to cache lookups for a class.
- setColumnStyleClasses(String...) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
Array of CSS style classes to apply to table columns in order of: label column, component
column, required column.
- setColumnStyleClasses(String...) - Method in class org.metawidget.statically.faces.component.html.layout.HtmlPanelGridLayoutConfig
-
Array of CSS style classes to apply to table columns in order of: label column, component
column, required column.
- setColumnStyleNames(String...) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
Array of CSS style classes to apply to table columns in order of: label column, component
column, required column.
- setComponentColumnStyleClass(String) - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
CSS style class to apply to the component table column.
- setComponentsInputStream(InputStream) - Method in class org.metawidget.inspector.seam.SeamInspectorConfig
-
Sets the InputStream of components.xml
.
- setConfig(int) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Provides an id for the inspector configuration.
- setConfig(String) - Method in class org.metawidget.faces.component.UIMetawidget
-
- setConfig(String) - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
- setConfig(String) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setConfig(Object) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- setConfig(String) - Method in class org.metawidget.statically.StaticMetawidget
-
- setConfig(String) - Method in class org.metawidget.swing.SwingMetawidget
-
- setConfig(String) - Method in class org.metawidget.swt.SwtMetawidget
-
- setConfig(String) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- setConfigReader(ConfigReader) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- setConfigReader(ConfigReader) - Method in class org.metawidget.statically.StaticMetawidget
-
- setConverter(Class<T>, Converter<T>) - Method in class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
Sets a Converter for the given Class.
- setConverter(Class<T>, Converter<T>) - Method in class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
Sets a Converter for the given Class.
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlCommandLink
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlDataTable
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputSecret
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputText
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputTextarea
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlOutcomeTargetLink
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlOutputText
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlSelectBooleanCheckbox
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlSelectOneMenu
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlCalendar
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlColorPicker
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlInputNumberSlider
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlInputNumberSpinner
-
- setConverter(String) - Method in class org.metawidget.statically.faces.component.StaticUIMetawidget
-
- setConverter(String) - Method in interface org.metawidget.statically.faces.component.ValueHolder
-
- setConverter(Class<S>, Class<T>, Converter<S, T>) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessorConfig
-
Sets a Converter for this BeansBindingProcessor.
- setConverter(Class<F>, Class<T>, Converter<F, T>) - Method in class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
Sets a Converter for the given Class.
- setConverters(IConverter...) - Method in class org.metawidget.swt.widgetprocessor.binding.databinding.DataBindingProcessorConfig
-
Sets Converters for this DataBindingProcessor.
- setCurrentSection(String) - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator.State
-
- setCurrentSections(String[]) - Method in class org.metawidget.layout.decorator.FlatSectionLayoutDecorator.State
-
- setCurrentSectionWidget(C) - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator.State
-
- setDataTableColumnClasses(String...) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- setDataTableRowClasses(String...) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- setDataTableRowStyleClass(String) - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
- setDataTableStyleClass(String) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
- setDataTableStyleClass(String) - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
- setDataTableTableStyleClass(String) - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
- setDebugMode(boolean) - Method in class org.metawidget.swing.layout.MigLayoutConfig
-
- setDebugMode(boolean) - Method in class org.metawidget.swt.layout.MigLayoutConfig
-
- setDefaultFile(String) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- setDictionaryName(String) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Set the Dictionary name for localization.
- setDirectoryForTemplateLoading(String) - Method in class org.metawidget.statically.freemarker.layout.FreemarkerLayoutConfig
-
- setDocumentLocator(Locator) - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- setDocuments(Document...) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
Sets the XML using a DOM Document.
- setDocuments(Document...) - Method in class org.metawidget.inspector.xml.XmlInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setDynamic(boolean) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- setDynamic(boolean) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setEffect(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setEffectDuration(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setErrorStyle(String) - Method in class org.metawidget.jsp.tagext.html.layout.spring.SpringTableLayoutConfig
-
- setErrorStyleClass(String) - Method in class org.metawidget.jsp.tagext.html.layout.spring.SpringTableLayoutConfig
-
- setExcludeBaseType(Pattern) - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
Sets the Pattern used to exclude base types when searching up the model inheritance chain.
- setExcludeName(String...) - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
Sets a list of names to exclude when searching for traits.
- setExcludeName(String...) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
Overridden to exclude the names 'propertyChangeListeners' and 'vetoableChangeListeners' by
default.
- setExcludeReturnType(Class<?>...) - Method in class org.metawidget.inspector.impl.BaseTraitStyleConfig
-
Sets a list of return types to exclude when searching for traits.
- setExpanded(boolean) - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecoratorConfig
-
- setFacet(String, FacetTag) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setFillConstraints(JComponent, GridBagConstraints) - Method in class org.metawidget.swing.layout.GridBagLayout
-
Sets the fill constraints for this component.
- setFooterStyle(String) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- setFooterStyleClass(String) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- setFooterStyleName(String) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- setHeaderAlignment(String) - Method in class org.metawidget.faces.component.html.layout.richfaces.TabPanelLayoutDecoratorConfig
-
- setHideIds(boolean) - Method in class org.metawidget.inspector.hibernate.HibernateInspectorConfig
-
Sets whether the Inspector returns <id> properties as hidden="true"
.
- setHideIds(boolean) - Method in class org.metawidget.inspector.jpa.JpaInspectorConfig
-
Sets whether the Inspector returns Id properties as hidden="true"
.
- setHideTransients(boolean) - Method in class org.metawidget.inspector.jpa.JpaInspectorConfig
-
Sets whether the Inspector returns Transient properties as hidden="true"
.
- setHideVersions(boolean) - Method in class org.metawidget.inspector.jpa.JpaInspectorConfig
-
Sets whether the Inspector returns Version properties as hidden="true"
.
- setId(String) - Method in class org.metawidget.statically.html.StaticHtmlMetawidget
-
Optional 'id' to prepend to child identifiers.
- setId(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlInput
-
- setId(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlOutput
-
- setId(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlSelect
-
- setId(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlTable
-
- setId(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlTextarea
-
- setId(String) - Method in interface org.metawidget.statically.html.widgetbuilder.IdHolder
-
- setIgnoreAttributes(String...) - Method in class org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessorConfig
-
Sets the names of attributes to ignore.
- setImmediate(boolean) - Method in class org.metawidget.faces.component.UIStub
-
- setInferInheritanceHierarchy(boolean) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
Sets whether to infer the inheritance heirarchy of types in the XML by looking them up
against corresponding Java Classes
.
- setInferInheritanceHierarchy(boolean) - Method in class org.metawidget.inspector.xml.XmlInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setInject(Object...) - Method in class org.metawidget.inspectionresultprocessor.commons.jexl.JexlInspectionResultProcessorConfig
-
Sets objects to inject into JEXL evaluations.
- setInjectThis(PropertyStyle) - Method in class org.metawidget.inspectionresultprocessor.commons.jexl.JexlInspectionResultProcessorConfig
-
Sets the PropertyStyle to use to inject a request-level 'this' attribute into JEXL
evaluations.
- setInjectThis(PropertyStyle) - Method in class org.metawidget.inspectionresultprocessor.faces.FacesInspectionResultProcessorConfig
-
Sets the PropertyStyle to use to inject a request-level '_this' attribute (the underscore is
needed because 'this' is a reserved word in EL) into JSF evaluations.
- setInputStream(InputStream) - Method in class org.metawidget.inspector.commons.validator.CommonsValidatorInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setInputStream(InputStream) - Method in class org.metawidget.inspector.hibernate.HibernateInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setInputStream(InputStream) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
Sets the InputStream of the XML.
- setInputStream(InputStream) - Method in class org.metawidget.inspector.json.JsonInspectorConfig
-
Sets the InputStream of the JSON.
- setInputStream(InputStream) - Method in class org.metawidget.inspector.xml.XmlInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setInputStream(InputStream) - Method in class org.metawidget.inspector.xsd.XmlSchemaInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setInputStreams(InputStream...) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
Sets the InputStreams of multiple XML files.
- setInspectFromParent(boolean) - Method in class org.metawidget.faces.component.UIMetawidget
-
Instructs the Metawidget to inspect the value binding from the parent.
- setInspectFromParent(boolean) - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
See doco in UIMetawidget
.
- setInspectionResultProcessors(InspectionResultProcessor<AndroidMetawidget>...) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setInspectionResultProcessors(InspectionResultProcessor<UIMetawidget>...) - Method in class org.metawidget.faces.component.UIMetawidget
-
- setInspectionResultProcessors(InspectionResultProcessor<GwtRemoteInspectorImpl>...) - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl
-
- setInspectionResultProcessors(InspectionResultProcessor<MetawidgetTag>...) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setInspectionResultProcessors(InspectionResultProcessor<M>...) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- setInspectionResultProcessors(InspectionResultProcessor<? extends StaticMetawidget>...) - Method in class org.metawidget.statically.StaticMetawidget
-
- setInspectionResultProcessors(InspectionResultProcessor<SwingMetawidget>...) - Method in class org.metawidget.swing.SwingMetawidget
-
- setInspectionResultProcessors(InspectionResultProcessor<SwtMetawidget>...) - Method in class org.metawidget.swt.SwtMetawidget
-
- setInspectionResultProcessors(InspectionResultProcessor<VaadinMetawidget>...) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- setInspector(Inspector) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setInspector(Inspector) - Method in class org.metawidget.faces.component.UIMetawidget
-
- setInspector(Inspector) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- setInspector(Inspector) - Method in class org.metawidget.inspector.gwt.remote.server.GwtRemoteInspectorImpl
-
- setInspector(Inspector) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setInspector(Inspector) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- setInspector(Inspector) - Method in class org.metawidget.statically.StaticMetawidget
-
- setInspector(Inspector) - Method in class org.metawidget.swing.SwingMetawidget
-
- setInspector(Inspector) - Method in class org.metawidget.swt.SwtMetawidget
-
- setInspector(Inspector) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- setInspectors(Inspector...) - Method in class org.metawidget.inspector.composite.CompositeInspectorConfig
-
Sets the sub-Inspectors the CompositeInspector will call.
- setLabelAlignment(int) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setLabelAlignment(int) - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- setLabelColumnStyleClass(String) - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
CSS style class to apply to the label table column.
- setLabelFont(Font) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setLabelFont(Font) - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- setLabelForeground(Color) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setLabelForeground(Color) - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- setLabels(List<String>, List<String>) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlLookupOutputText
-
- setLabelStyle(int) - Method in class org.metawidget.android.widget.layout.LinearLayoutConfig
-
- setLabelSuffix(String) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setLabelSuffix(String) - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- setLabelSuffix(String) - Method in class org.metawidget.vaadin.ui.layout.FormLayoutConfig
-
- setLayout(Layout<View, ViewGroup, AndroidMetawidget>) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setLayout(Layout<View, ViewGroup, AndroidMetawidget>) - Method in class org.metawidget.android.widget.layout.TextViewLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.html.layout.OutputTextLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.html.layout.richfaces.PanelLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<UIComponent, UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.UIMetawidget
-
- setLayout(Layout<Widget, Panel, GwtMetawidget>) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- setLayout(Layout<Widget, Panel, GwtMetawidget>) - Method in class org.metawidget.gwt.client.ui.layout.LabelLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<Tag, BodyTag, MetawidgetTag>) - Method in class org.metawidget.jsp.tagext.html.layout.HeadingTagLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<Tag, BodyTag, MetawidgetTag>) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setLayout(Layout<W, C, M>) - Method in class org.metawidget.layout.decorator.LayoutDecoratorConfig
-
- setLayout(Layout<W, C, M>) - Method in class org.metawidget.pipeline.base.BasePipeline
-
Set the Layout to use for the Metawidget.
- setLayout(Layout<W, C, M>) - Method in class org.metawidget.statically.StaticMetawidget
-
- setLayout(Layout<JComponent, JComponent, SwingMetawidget>) - Method in class org.metawidget.swing.layout.SeparatorLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<JComponent, JComponent, SwingMetawidget>) - Method in class org.metawidget.swing.layout.TabbedPaneLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<Control, Composite, SwtMetawidget>) - Method in class org.metawidget.swt.layout.SeparatorLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<Control, Composite, SwtMetawidget>) - Method in class org.metawidget.swt.layout.TabFolderLayoutDecoratorConfig
-
Overridden to use covariant return type.
- setLayout(Layout<Component, ComponentContainer, VaadinMetawidget>) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Set the layout for this Metawidget.
- setListBoxSelectedItem(ListBox, String) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
- setMapAsAttributes(Element, Map<String, String>) - Static method in class org.metawidget.util.XmlUtils
-
Sets the Map as DOM attributes on the given Element.
- setMaximumColumnsInDataTable(int) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
Sets the maximum number of columns to display in a generated data table.
- setMaximumColumnsInDataTable(int) - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilderConfig
-
Sets the maximum number of columns to display in a generated data table.
- setMaximumColumnsInDataTable(int) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlWidgetBuilderConfig
-
Sets the maximum number of columns to display in a generated data table.
- setMaximumColumnsInDataTable(int) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlWidgetBuilderConfig
-
Sets the maximum number of columns to display in a generated data table.
- setMaximumColumnsInDataTable(int) - Method in class org.metawidget.statically.jsp.widgetbuilder.JspWidgetBuilderConfig
-
Sets the maximum number of columns to display in a generated data table.
- setMaximumInspectionDepth(int) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setMaximumInspectionDepth(int) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- setMaximumInspectionDepth(int) - Method in class org.metawidget.pipeline.base.BasePipeline
-
Sets the maximum depth of inspection.
- setMaximumInspectionDepth(int) - Method in class org.metawidget.statically.StaticMetawidget
-
- setMaximumInspectionDepth(int) - Method in class org.metawidget.swing.SwingMetawidget
-
- setMaximumInspectionDepth(int) - Method in class org.metawidget.swt.SwtMetawidget
-
- setMaximumInspectionDepth(int) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- setMaximumLength(UIComponent, Map<String, String>) - Method in class org.metawidget.faces.component.html.widgetbuilder.HtmlWidgetBuilder
-
- setMaximumLength(UIComponent, Map<String, String>) - Method in class org.metawidget.faces.component.html.widgetbuilder.primefaces.PrimeFacesWidgetBuilder
-
- setMessageStyleClass(String) - Method in class org.metawidget.statically.faces.component.html.layout.HtmlPanelGridLayoutConfig
-
CSS style class to apply to h:message
- setMetawidgetLayout(Layout<JComponent, JComponent, SwingMetawidget>) - Method in class org.metawidget.swing.SwingMetawidget
-
Set the layout for this Metawidget.
- setMetawidgetLayout(Layout<Control, Composite, SwtMetawidget>) - Method in class org.metawidget.swt.SwtMetawidget
-
Set the layout for this Metawidget.
- setMultiple(boolean) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- setName(String) - Method in class org.metawidget.android.widget.Facet
-
- setName(String) - Method in class org.metawidget.gwt.client.ui.Facet
-
- setName(String) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Implements the com.google.gwt.user.client.ui.HasName
interface.
- setName(String) - Method in class org.metawidget.gwt.client.ui.Stub
-
- setName(String) - Method in class org.metawidget.jsp.tagext.FacetTag
-
- setName(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlInput
-
- setName(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlOutput
-
- setName(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlSelect
-
- setName(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlTextarea
-
- setName(String) - Method in interface org.metawidget.statically.html.widgetbuilder.NameHolder
-
- setNeedsConfiguring() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- setNumberOfColumns(int) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- setNumberOfColumns(int) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- setNumberOfColumns(int) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setNumberOfColumns(int) - Method in class org.metawidget.swing.layout.MigLayoutConfig
-
- setNumberOfColumns(int) - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- setNumberOfColumns(int) - Method in class org.metawidget.swt.layout.MigLayoutConfig
-
- setOpened(boolean) - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- setOrientation(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setPageContext(PageContext) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setPanelLayout(String) - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig
-
Sets the Layout, as defined by
javax.faces.component.html.HtmlPanelGroup.setLayout
.
- setParameter(String, Object) - Method in class org.metawidget.faces.component.UIMetawidget
-
Sets the parameter with the given name to the given value.
- setPartialSubmit(boolean) - Method in class org.metawidget.faces.component.html.widgetbuilder.icefaces.IceFacesWidgetBuilderConfig
-
- setPath(String) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Sets the path to be inspected.
- setPath(String) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Sets the path to be inspected.
- setPath(String) - Method in class org.metawidget.jsp.tagext.html.spring.SpringMetawidgetTag
-
- setPath(String) - Method in class org.metawidget.jsp.tagext.html.spring.SpringStubTag
-
- setPath(String) - Method in class org.metawidget.statically.StaticMetawidget
-
- setPath(String) - Method in class org.metawidget.swing.SwingMetawidget
-
Sets the path to be inspected.
- setPath(String) - Method in class org.metawidget.swt.SwtMetawidget
-
Sets the path to be inspected.
- setPath(String) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Sets the path to be inspected.
- setPathInternal(String) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
Sets the path.
- setPathInternal(String) - Method in class org.metawidget.jsp.tagext.StubTag
-
Sets the path.
- setPathPrefix(String) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setPrivateFieldConvention(MessageFormat) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
Sets the naming convention used to identify the private field, given the property
name.
- setProperties(UIComponent) - Method in class org.metawidget.faces.taglib.html.HtmlMetawidgetTag
-
- setProperties(UIComponent) - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
- setProperties(UIComponent) - Method in class org.metawidget.faces.taglib.StubTag
-
- setProperty(T, Object, String...) - Method in interface org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorAdapter
-
- setProperty(String) - Method in class org.metawidget.jsp.tagext.html.struts.StrutsMetawidgetTag
-
- setProperty(String) - Method in class org.metawidget.jsp.tagext.html.struts.StrutsStubTag
-
- setProperty(Object, String, Object) - Static method in class org.metawidget.util.ClassUtils
-
Set the value of the JavaBean-convention property without using java.beans
, as
that package is not available on all target platforms.
- setPropertyStyle(PropertyStyle) - Method in class org.metawidget.inspector.impl.BaseObjectInspectorConfig
-
Sets the style used to recognize properties.
- setPropertyStyle(PropertyStyle) - Method in class org.metawidget.inspector.jpa.JpaInspectorConfig
-
Overridden to return a JpaInspectorConfig, as part of a fluent interface.
- setPropertyStyle(PropertyStyle) - Method in class org.metawidget.swing.widgetbuilder.SwingWidgetBuilderConfig
-
Sets the style used to read properties.
- setPropertyStyle(PropertyStyle) - Method in class org.metawidget.swing.widgetprocessor.binding.beanutils.BeanUtilsBindingProcessorConfig
-
Sets the style used to recognize properties.
- setReadOnly(boolean) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setReadOnly(boolean) - Method in class org.metawidget.faces.component.UIMetawidget.Pipeline
-
- setReadOnly(boolean) - Method in class org.metawidget.faces.component.UIMetawidget
-
- setReadOnly(String) - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
- setReadOnly(boolean) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- setReadOnly(boolean) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setReadOnly(boolean) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- setReadOnly(boolean) - Method in class org.metawidget.statically.StaticMetawidget
-
- setReadOnly(boolean) - Method in class org.metawidget.swing.SwingMetawidget
-
- setReadOnly(boolean) - Method in class org.metawidget.swt.SwtMetawidget
-
- setReadOnly(boolean) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- setRemoveAttributes(String...) - Method in class org.metawidget.inspectionresultprocessor.json.schema.JsonSchemaMappingProcessorConfig
-
Sets attributes to remove from the inspection-result entirely.
- setRemoveUnmappedTypes(boolean) - Method in class org.metawidget.inspectionresultprocessor.type.TypeMappingInspectionResultProcessorConfig
-
Whether to remove types that are not explicitly mapped.
- setRendererType(String) - Method in class org.metawidget.faces.component.UIMetawidget
-
Overridden to flag whether the rendererType has been set explicitly by the page.
- setRendererType(String) - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
- setRequiredAlignment(int) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setRequiredAlignment(int) - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- setRequiredColumnStyleClass(String) - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
CSS style class to apply to the required table column.
- setRequiredText(String) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setRequiredText(String) - Method in class org.metawidget.swt.layout.GridLayoutConfig
-
- setResourceResolver(ResourceResolver) - Method in interface org.metawidget.config.iface.NeedsResourceResolver
-
Set the ResourceResolver
for this class.
- setResourceResolver(ResourceResolver) - Method in class org.metawidget.inspector.composite.ValidatingCompositeInspectorConfig
-
- setResourceResolver(ResourceResolver) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
- setResourceResolver(ResourceResolver) - Method in class org.metawidget.inspector.seam.SeamInspectorConfig
-
- setRestrictAgainstObject(PropertyStyle) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
Sets the property style used to restrict XML inspection against the given Object.
- setRestrictAgainstObject(PropertyStyle) - Method in class org.metawidget.inspector.xml.XmlInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setSchemaFile(String) - Method in class org.metawidget.inspector.composite.ValidatingCompositeInspectorConfig
-
- setStub(String, StubTag) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setStubAttributes(String) - Method in class org.metawidget.faces.component.UIStub
-
- setStubAttributes(String) - Method in class org.metawidget.faces.taglib.StubTag
-
Sets Metawidget metadata attributes for this stub.
- setStyle(int) - Method in class org.metawidget.android.widget.layout.TextViewLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
- setStyle(String) - Method in class org.metawidget.faces.component.html.layout.OutputTextLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.faces.component.html.layout.richfaces.PanelLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.faces.taglib.html.HtmlMetawidgetTag
-
- setStyle(String) - Method in class org.metawidget.jsp.tagext.html.BaseHtmlMetawidgetTag
-
- setStyle(String) - Method in class org.metawidget.jsp.tagext.html.layout.HeadingTagLayoutDecoratorConfig
-
- setStyle(String) - Method in class org.metawidget.statically.faces.component.html.StaticHtmlMetawidget
-
- setStyleAndStyleClass(UIComponent, String, String) - Static method in class org.metawidget.faces.FacesUtils
-
Sets the given style and styleClass on the given Component.
- setStyleClass(String) - Method in class org.metawidget.faces.component.html.HtmlMetawidget
-
- setStyleClass(String) - Method in class org.metawidget.faces.component.html.layout.OutputTextLayoutDecoratorConfig
-
- setStyleClass(String) - Method in class org.metawidget.faces.component.html.layout.PanelGroupLayoutDecoratorConfig
-
- setStyleClass(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.AccordionPanelLayoutDecoratorConfig
-
- setStyleClass(String) - Method in class org.metawidget.faces.component.html.layout.primefaces.TabViewLayoutDecoratorConfig
-
- setStyleClass(String) - Method in class org.metawidget.faces.component.html.layout.richfaces.PanelLayoutDecoratorConfig
-
- setStyleClass(String) - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- setStyleClass(String) - Method in class org.metawidget.faces.taglib.html.HtmlMetawidgetTag
-
- setStyleClass(String) - Method in class org.metawidget.jsp.tagext.html.BaseHtmlMetawidgetTag
-
- setStyleClass(String) - Method in class org.metawidget.jsp.tagext.html.layout.HeadingTagLayoutDecoratorConfig
-
- setStyleClass(String) - Method in class org.metawidget.statically.faces.component.html.StaticHtmlMetawidget
-
- setStyleName(String) - Method in class org.metawidget.gwt.client.ui.layout.LabelLayoutDecoratorConfig
-
- setSupportMnemonics(boolean) - Method in class org.metawidget.swing.layout.GridBagLayoutConfig
-
- setSupportMnemonics(boolean) - Method in class org.metawidget.swing.layout.MigLayoutConfig
-
- setSupportPublicFields(boolean) - Method in class org.metawidget.inspector.impl.propertystyle.javabean.JavaBeanPropertyStyleConfig
-
Sets whether to recognize public fields as properties.
- setSwitchType(SwitchType) - Method in class org.metawidget.faces.component.html.layout.richfaces.CollapsiblePanelLayoutDecoratorConfig
-
Sets CollapsiblePanel.setSwitchType
.
- setSwitchType(String) - Method in class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
Sets HtmlSimpleTogglePanel.setSwitchType
.
- setTableStyle(String) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- setTableStyle(String) - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
CSS style to apply to table.
- setTableStyleClass(String) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayoutConfig
-
- setTableStyleClass(String) - Method in class org.metawidget.statically.html.layout.HtmlTableLayoutConfig
-
CSS style class to apply to table.
- setTableStyleName(String) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayoutConfig
-
- setTabLocation(int) - Method in class org.metawidget.swt.layout.TabFolderLayoutDecoratorConfig
-
One of SWT.TOP or SWT.BOTTOM.
- setTabPlacement(int) - Method in class org.metawidget.swing.layout.TabbedPaneLayoutDecoratorConfig
-
One of SwingConstants.TOP, SwingConstants.BOTTOM, SwingConstants.LEFT or SwingConstants.RIGHT
as defined by JTabbedPane.setTabAlignment.
- setTemplate(String) - Method in class org.metawidget.statically.freemarker.layout.FreemarkerLayoutConfig
-
- setText(String) - Method in class org.metawidget.swing.widgetbuilder.LookupLabel
-
- setTextContent(String) - Method in class org.metawidget.statically.BaseStaticXmlWidget
-
- setTextContent(String) - Method in class org.metawidget.statically.StaticXmlMetawidget
-
- setTextContent(String) - Method in interface org.metawidget.statically.StaticXmlWidget
-
- setToInspect(Object) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Sets the Object to inspect.
- setToInspect(Object) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Sets the Object to inspect.
- setToInspect(Object) - Method in class org.metawidget.swing.SwingMetawidget
-
Sets the Object to inspect.
- setToInspect(Object) - Method in class org.metawidget.swt.SwtMetawidget
-
Sets the Object to inspect.
- setToInspect(Object) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
Sets the Object to inspect.
- setTypeMapping(String, String) - Method in class org.metawidget.inspectionresultprocessor.type.TypeMappingInspectionResultProcessorConfig
-
- setUniqueId(UIComponent, String, UIMetawidget) - Method in class org.metawidget.faces.component.widgetprocessor.ReadableIdProcessor
-
- setUniqueId(String, UIComponent, UIMetawidget) - Method in class org.metawidget.faces.component.widgetprocessor.ReadableIdProcessor
-
- setUpdateStrategy(AutoBinding.UpdateStrategy) - Method in class org.metawidget.swing.widgetprocessor.binding.beansbinding.BeansBindingProcessorConfig
-
Sets the UpdateStrategy for this BeansBindingProcessor.
- setValidateAgainstClasses(PropertyStyle) - Method in class org.metawidget.inspector.impl.BaseXmlInspectorConfig
-
Sets the property style used to validate whether properties defined in the XML match those
defined by the corresponding Java Classes
.
- setValidateAgainstClasses(PropertyStyle) - Method in class org.metawidget.inspector.xml.XmlInspectorConfig
-
Overridden to provide a covariant return type for our fluent interface.
- setValue(Object, String...) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Sets the value of the View with the given name.
- setValue(Object, View) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
Sets the value of the given View.
- setValue(Object, View) - Method in interface org.metawidget.android.widget.AndroidValueAccessor
-
Sets the given View to the specified value.
- setValue(Object, View) - Method in class org.metawidget.android.widget.widgetbuilder.AndroidWidgetBuilder
-
- setValue(Object, View) - Method in class org.metawidget.android.widget.widgetbuilder.ReadOnlyWidgetBuilder
-
- setValue(String) - Method in class org.metawidget.faces.taglib.MetawidgetTag
-
Sets the value binding.
- setValue(String) - Method in class org.metawidget.faces.taglib.StubTag
-
- setValue(Object, String...) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Sets the Widget with the given name to the specified value.
- setValue(Object, Widget) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
Sets the given Widget to the specified value.
- setValue(Widget, Object) - Method in interface org.metawidget.gwt.client.ui.GwtValueAccessor
-
Sets the given Widget to the specified value.
- setValue(Widget, Object) - Method in class org.metawidget.gwt.client.widgetbuilder.extgwt.ExtGwtWidgetBuilder
-
- setValue(Widget, Object) - Method in class org.metawidget.gwt.client.widgetbuilder.GwtWidgetBuilder
-
- setValue(Widget, Object) - Method in class org.metawidget.gwt.client.widgetbuilder.ReadOnlyWidgetBuilder
-
- setValue(String) - Method in class org.metawidget.jsp.tagext.html.HtmlMetawidgetTag
-
Sets the path of the object to inspect.
- setValue(String) - Method in class org.metawidget.jsp.tagext.html.HtmlStubTag
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlCommandLink
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlDataTable
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputSecret
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputText
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlInputTextarea
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlOutcomeTargetLink
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlOutputText
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlSelectBooleanCheckbox
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.HtmlSelectOneMenu
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlCalendar
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlColorPicker
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlInputNumberSlider
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.html.widgetbuilder.richfaces.HtmlInputNumberSpinner
-
- setValue(String) - Method in class org.metawidget.statically.faces.component.StaticUIMetawidget
-
- setValue(String) - Method in interface org.metawidget.statically.faces.component.ValueHolder
-
- setValue(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlInput
-
- setValue(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlOption
-
- setValue(String) - Method in class org.metawidget.statically.html.widgetbuilder.HtmlSelect
-
- setValue(String) - Method in interface org.metawidget.statically.html.widgetbuilder.ValueHolder
-
- setValue(String) - Method in class org.metawidget.statically.jsp.StaticJspMetawidget
-
- setValue(String) - Method in class org.metawidget.statically.jsp.widgetbuilder.CoreOut
-
- setValue(Object, String...) - Method in class org.metawidget.swing.SwingMetawidget
-
Sets the Component with the given name to the specified value.
- setValue(Object, String...) - Method in class org.metawidget.swt.SwtMetawidget
-
Sets the Control with the given name to the specified value.
- setWidgetBuilder(WidgetBuilder<View, AndroidMetawidget>) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setWidgetBuilder(WidgetBuilder<UIComponent, UIMetawidget>) - Method in class org.metawidget.faces.component.UIMetawidget
-
- setWidgetBuilder(WidgetBuilder<Widget, GwtMetawidget>) - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- setWidgetBuilder(WidgetBuilder<Object, ? extends MetawidgetTag>) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setWidgetBuilder(WidgetBuilder<W, M>) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- setWidgetBuilder(WidgetBuilder<W, M>) - Method in class org.metawidget.statically.StaticMetawidget
-
- setWidgetBuilder(WidgetBuilder<JComponent, SwingMetawidget>) - Method in class org.metawidget.swing.SwingMetawidget
-
- setWidgetBuilder(WidgetBuilder<Control, SwtMetawidget>) - Method in class org.metawidget.swt.SwtMetawidget
-
- setWidgetBuilder(WidgetBuilder<Component, VaadinMetawidget>) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- setWidgetBuilders(WidgetBuilder<W, M>...) - Method in class org.metawidget.widgetbuilder.composite.CompositeWidgetBuilderConfig
-
Sets the sub-WidgetBuilders the CompositeWidgetBuilder will call.
- setWidgetProcessors(WidgetProcessor<View, AndroidMetawidget>...) - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- setWidgetProcessors(WidgetProcessor<UIComponent, UIMetawidget>...) - Method in class org.metawidget.faces.component.UIMetawidget
-
- setWidgetProcessors(WidgetProcessor<Tag, MetawidgetTag>...) - Method in class org.metawidget.jsp.tagext.MetawidgetTag
-
- setWidgetProcessors(WidgetProcessor<W, M>...) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- setWidgetProcessors(WidgetProcessor<W, M>...) - Method in class org.metawidget.statically.StaticMetawidget
-
- setWidgetProcessors(WidgetProcessor<JComponent, SwingMetawidget>...) - Method in class org.metawidget.swing.SwingMetawidget
-
- setWidgetProcessors(WidgetProcessor<Control, SwtMetawidget>...) - Method in class org.metawidget.swt.SwtMetawidget
-
- setWidgetProcessors(WidgetProcessor<Component, VaadinMetawidget>...) - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- shouldInspectPropertyAsEntity(Property) - Method in class org.metawidget.inspector.impl.BaseObjectInspector
-
Whether to additionally inspect each child property using inspectEntity
from its
object level.
- shouldInspectPropertyAsEntity(Property) - Method in class org.metawidget.inspector.propertytype.PropertyTypeInspector
-
- shouldRemove(Element) - Method in class org.metawidget.inspectionresultprocessor.json.schema.JsonSchemaMappingProcessor
-
Returns true if the given element should be removed from the returned JSON schema.
- SimpleBindingProcessor - Class in org.metawidget.android.widget.widgetprocessor.binding.simple
-
Simple property binding processor.
- SimpleBindingProcessor() - Constructor for class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- SimpleBindingProcessor(SimpleBindingProcessorConfig) - Constructor for class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- SimpleBindingProcessor - Class in org.metawidget.gwt.client.widgetprocessor.binding.simple
-
Simple, Generator-based property and action binding processor.
- SimpleBindingProcessor() - Constructor for class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- SimpleBindingProcessor(SimpleBindingProcessorConfig) - Constructor for class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- SimpleBindingProcessor - Class in org.metawidget.vaadin.ui.widgetprocessor.binding.simple
-
Simple property binding processor.
- SimpleBindingProcessor() - Constructor for class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- SimpleBindingProcessor(SimpleBindingProcessorConfig) - Constructor for class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessor
-
- SimpleBindingProcessorAdapter<T> - Interface in org.metawidget.gwt.client.widgetprocessor.binding.simple
-
Adapter around domain objects to support SimpleBindingProcessor
.
- SimpleBindingProcessorAdapterGenerator - Class in org.metawidget.gwt.generator.widgetprocessor.binding.simple
-
Generator for SimpleBindingProcessorAdapters
.
- SimpleBindingProcessorAdapterGenerator() - Constructor for class org.metawidget.gwt.generator.widgetprocessor.binding.simple.SimpleBindingProcessorAdapterGenerator
-
- SimpleBindingProcessorConfig - Class in org.metawidget.android.widget.widgetprocessor.binding.simple
-
Configures a SimpleBindingProcessor prior to use.
- SimpleBindingProcessorConfig() - Constructor for class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
- SimpleBindingProcessorConfig - Class in org.metawidget.gwt.client.widgetprocessor.binding.simple
-
Configures a SimpleBindingProcessor prior to use.
- SimpleBindingProcessorConfig() - Constructor for class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
- SimpleBindingProcessorConfig - Class in org.metawidget.vaadin.ui.widgetprocessor.binding.simple
-
Configures a SimpleBindingProcessor prior to use.
- SimpleBindingProcessorConfig() - Constructor for class org.metawidget.vaadin.ui.widgetprocessor.binding.simple.SimpleBindingProcessorConfig
-
- SimpleConverter - Class in org.metawidget.android.widget.widgetprocessor.binding.simple
-
Built-in Converter to convert primitive types.
- SimpleConverter() - Constructor for class org.metawidget.android.widget.widgetprocessor.binding.simple.SimpleConverter
-
- SimpleConverter - Class in org.metawidget.gwt.client.widgetprocessor.binding.simple
-
Built-in Converter to convert primitive types.
- SimpleConverter() - Constructor for class org.metawidget.gwt.client.widgetprocessor.binding.simple.SimpleConverter
-
- SimpleLayout - Class in org.metawidget.android.widget.layout
-
Layout to simply output components one after another, with no labels and no structure.
- SimpleLayout() - Constructor for class org.metawidget.android.widget.layout.SimpleLayout
-
- SimpleLayout - Class in org.metawidget.faces.component.layout
-
Simple layout.
- SimpleLayout() - Constructor for class org.metawidget.faces.component.layout.SimpleLayout
-
- SimpleLayout - Class in org.metawidget.jsp.tagext.layout
-
Layout to simply output components one after another, with no labels and no structure.
- SimpleLayout() - Constructor for class org.metawidget.jsp.tagext.layout.SimpleLayout
-
- SimpleLayout - Class in org.metawidget.statically.layout
-
- SimpleLayout() - Constructor for class org.metawidget.statically.layout.SimpleLayout
-
- SimpleLayoutUtils - Class in org.metawidget.util.simple
-
Utilities for working with Layouts.
- SimpleLayoutUtils.StrippedMnemonicAndFirstIndex - Class in org.metawidget.util.simple
-
Simple immutable structure to store a component and its value property.
- SimpleLayoutUtils.StrippedMnemonicAndFirstIndex(String, int) - Constructor for class org.metawidget.util.simple.SimpleLayoutUtils.StrippedMnemonicAndFirstIndex
-
- SimpleResourceResolver - Class in org.metawidget.config.impl
-
A simple ResourceResolver
implementation that locates the given resource by trying,
in order:
- SimpleResourceResolver() - Constructor for class org.metawidget.config.impl.SimpleResourceResolver
-
- SimpleTogglePanelLayoutDecorator - Class in org.metawidget.faces.component.html.layout.richfaces
-
Layout to decorate widgets from different sections using a RichFaces (3.x) SimpleTogglePanel.
- SimpleTogglePanelLayoutDecorator(SimpleTogglePanelLayoutDecoratorConfig) - Constructor for class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecorator
-
- SimpleTogglePanelLayoutDecoratorConfig - Class in org.metawidget.faces.component.html.layout.richfaces
-
Configures a SimpleTogglePanelLayoutDecorator prior to use.
- SimpleTogglePanelLayoutDecoratorConfig() - Constructor for class org.metawidget.faces.component.html.layout.richfaces.SimpleTogglePanelLayoutDecoratorConfig
-
- skippedEntity(String) - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- SPRING_LOOKUP - Static variable in class org.metawidget.inspector.spring.SpringInspectionResultConstants
-
- SPRING_LOOKUP_ITEM_LABEL - Static variable in class org.metawidget.inspector.spring.SpringInspectionResultConstants
-
- SPRING_LOOKUP_ITEM_VALUE - Static variable in class org.metawidget.inspector.spring.SpringInspectionResultConstants
-
- SpringAnnotationInspector - Class in org.metawidget.inspector.spring
-
Inspects annotations defined by Metawidget's Spring support (declared in this same package).
- SpringAnnotationInspector() - Constructor for class org.metawidget.inspector.spring.SpringAnnotationInspector
-
- SpringAnnotationInspector(BaseObjectInspectorConfig) - Constructor for class org.metawidget.inspector.spring.SpringAnnotationInspector
-
- SpringInspectionResultConstants - Class in org.metawidget.inspector.spring
-
Spring-specific element and attribute names appearing in DOMs conforming to
inspection-result-1.0.xsd.
- SpringMetawidgetTag - Class in org.metawidget.jsp.tagext.html.spring
-
Metawidget for Spring environments.
- SpringMetawidgetTag() - Constructor for class org.metawidget.jsp.tagext.html.spring.SpringMetawidgetTag
-
- SpringStubTag - Class in org.metawidget.jsp.tagext.html.spring
-
Stub for Spring environments.
- SpringStubTag() - Constructor for class org.metawidget.jsp.tagext.html.spring.SpringStubTag
-
- SpringTableLayout - Class in org.metawidget.jsp.tagext.html.layout.spring
-
Layout to arrange widgets in a table, with Spring inline error validation.
- SpringTableLayout() - Constructor for class org.metawidget.jsp.tagext.html.layout.spring.SpringTableLayout
-
- SpringTableLayout(SpringTableLayoutConfig) - Constructor for class org.metawidget.jsp.tagext.html.layout.spring.SpringTableLayout
-
- SpringTableLayout - Class in org.metawidget.statically.spring.layout
-
Layout to arrange widgets using an HTML table and Spring <form:label> tags.
- SpringTableLayout() - Constructor for class org.metawidget.statically.spring.layout.SpringTableLayout
-
- SpringTableLayout(HtmlTableLayoutConfig) - Constructor for class org.metawidget.statically.spring.layout.SpringTableLayout
-
- SpringTableLayoutConfig - Class in org.metawidget.jsp.tagext.html.layout.spring
-
Configures a SpringTableLayout prior to use.
- SpringTableLayoutConfig() - Constructor for class org.metawidget.jsp.tagext.html.layout.spring.SpringTableLayoutConfig
-
- SpringTag - Class in org.metawidget.statically.spring.widgetbuilder
-
Tags within the Spring namespace.
- SpringTag(String) - Constructor for class org.metawidget.statically.spring.widgetbuilder.SpringTag
-
- SpringWidgetBuilder - Class in org.metawidget.jsp.tagext.html.widgetbuilder.spring
-
WidgetBuilder for Spring environments.
- SpringWidgetBuilder() - Constructor for class org.metawidget.jsp.tagext.html.widgetbuilder.spring.SpringWidgetBuilder
-
- SpringWidgetBuilder - Class in org.metawidget.statically.spring.widgetbuilder
-
- SpringWidgetBuilder() - Constructor for class org.metawidget.statically.spring.widgetbuilder.SpringWidgetBuilder
-
- StandardBindingProcessor - Class in org.metawidget.faces.component.widgetprocessor
-
WidgetProcessor to add standard JSF value and action bindings to a UIComponent.
- StandardBindingProcessor() - Constructor for class org.metawidget.faces.component.widgetprocessor.StandardBindingProcessor
-
- StandardBindingProcessor - Class in org.metawidget.statically.faces.component.widgetprocessor
-
- StandardBindingProcessor() - Constructor for class org.metawidget.statically.faces.component.widgetprocessor.StandardBindingProcessor
-
- StandardBindingProcessor - Class in org.metawidget.statically.jsp.widgetprocessor
-
WidgetProcessor that binds the value of a JSP element.
- StandardBindingProcessor() - Constructor for class org.metawidget.statically.jsp.widgetprocessor.StandardBindingProcessor
-
- StandardConverterProcessor - Class in org.metawidget.faces.component.widgetprocessor
-
WidgetProcessor to add standard JSF Converters to a UIComponent.
- StandardConverterProcessor() - Constructor for class org.metawidget.faces.component.widgetprocessor.StandardConverterProcessor
-
- StandardConverterProcessor - Class in org.metawidget.statically.faces.component.widgetprocessor
-
- StandardConverterProcessor() - Constructor for class org.metawidget.statically.faces.component.widgetprocessor.StandardConverterProcessor
-
- StandardConverterProcessor.ConvertDateTimeWidget - Class in org.metawidget.statically.faces.component.widgetprocessor
-
- StandardConverterProcessor.ConvertDateTimeWidget() - Constructor for class org.metawidget.statically.faces.component.widgetprocessor.StandardConverterProcessor.ConvertDateTimeWidget
-
- StandardConverterProcessor.ConvertNumberWidget - Class in org.metawidget.statically.faces.component.widgetprocessor
-
- StandardConverterProcessor.ConvertNumberWidget() - Constructor for class org.metawidget.statically.faces.component.widgetprocessor.StandardConverterProcessor.ConvertNumberWidget
-
- StandardValidatorProcessor - Class in org.metawidget.faces.component.widgetprocessor
-
WidgetProcessor to add standard JSF validators to a UIComponent.
- StandardValidatorProcessor() - Constructor for class org.metawidget.faces.component.widgetprocessor.StandardValidatorProcessor
-
- startBuild() - Method in class org.metawidget.android.widget.AndroidMetawidget.Pipeline
-
- startBuild() - Method in class org.metawidget.android.widget.AndroidMetawidget
-
- startBuild() - Method in class org.metawidget.faces.component.UIMetawidget.Pipeline
-
- startBuild() - Method in class org.metawidget.faces.component.UIMetawidget
-
Build child widgets.
- startBuild() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget.Pipeline
-
- startBuild() - Method in class org.metawidget.gwt.client.ui.GwtMetawidget
-
- startBuild() - Method in class org.metawidget.pipeline.base.BasePipeline
-
- startBuild() - Method in class org.metawidget.statically.StaticMetawidget.Pipeline
-
- startBuild() - Method in class org.metawidget.statically.StaticMetawidget
-
- startBuild() - Method in class org.metawidget.swing.SwingMetawidget.Pipeline
-
- startBuild() - Method in class org.metawidget.swing.SwingMetawidget
-
- startBuild() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget.Pipeline
-
- startBuild() - Method in class org.metawidget.vaadin.ui.VaadinMetawidget
-
- startBuildWidget(String, Map<String, String>, Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.SwtFlatSectionLayoutDecorator
-
- startBuildWidget(String, Map<String, String>, Composite, SwtMetawidget) - Method in interface org.metawidget.swt.layout.SwtLayoutDecorator
-
- startBuildWidget(String, Map<String, String>, Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.SwtNestedSectionLayoutDecorator
-
- startContainerLayout(ViewGroup, AndroidMetawidget) - Method in class org.metawidget.android.widget.layout.LinearLayout
-
- startContainerLayout(Panel, GwtMetawidget) - Method in class org.metawidget.gwt.client.ui.layout.FlexTableLayout
-
- startContainerLayout(BodyTag, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.layout.FieldsetLayoutDecorator
-
- startContainerLayout(BodyTag, MetawidgetTag) - Method in class org.metawidget.jsp.tagext.html.layout.HtmlTableLayout
-
- startContainerLayout(C, M) - Method in class org.metawidget.layout.decorator.FlatSectionLayoutDecorator
-
- startContainerLayout(C, M) - Method in class org.metawidget.layout.decorator.LayoutDecorator
-
- startContainerLayout(C, M) - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator
-
- startContainerLayout(C, M) - Method in interface org.metawidget.layout.iface.AdvancedLayout
-
Initialise the given container, using the given Metawidget to access additional services if
needed (such as state saving).
- startContainerLayout(StaticXmlWidget, StaticXmlMetawidget) - Method in class org.metawidget.statically.faces.component.html.layout.HtmlPanelGridLayout
-
- startContainerLayout(StaticXmlWidget, StaticXmlMetawidget) - Method in class org.metawidget.statically.freemarker.layout.FreemarkerLayout
-
- startContainerLayout(StaticXmlWidget, StaticHtmlMetawidget) - Method in class org.metawidget.statically.html.layout.HtmlTableLayout
-
- startContainerLayout(StaticWidget, StaticMetawidget) - Method in class org.metawidget.statically.layout.StaticNestedSectionLayoutDecorator
-
- startContainerLayout(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.BoxLayout
-
- startContainerLayout(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.FlowLayout
-
- startContainerLayout(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.GridBagLayout
-
- startContainerLayout(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.GroupLayout
-
- startContainerLayout(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.MigLayout
-
- startContainerLayout(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.SwingFlatSectionLayoutDecorator
-
- startContainerLayout(JComponent, SwingMetawidget) - Method in class org.metawidget.swing.layout.SwingNestedSectionLayoutDecorator
-
- startContainerLayout(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.FillLayout
-
- startContainerLayout(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.GridLayout
-
- startContainerLayout(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.MigLayout
-
- startContainerLayout(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.RowLayout
-
- startContainerLayout(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.SwtFlatSectionLayoutDecorator
-
- startContainerLayout(Composite, SwtMetawidget) - Method in class org.metawidget.swt.layout.SwtNestedSectionLayoutDecorator
-
- startContainerLayout(ComponentContainer, VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.FormLayout
-
- startContainerLayout(ComponentContainer, VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.HorizontalLayout
-
- startContainerLayout(ComponentContainer, VaadinMetawidget) - Method in class org.metawidget.vaadin.ui.layout.VerticalLayout
-
- startDocument() - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- startElement(String, String, String, Attributes) - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- startPrefixMapping(String, String) - Method in class org.metawidget.util.XmlUtils.CachingContentHandler
-
- StaticFacesInspectionResultConstants - Class in org.metawidget.inspector.faces
-
Faces-specific element and attribute names appearing in DOMs conforming to
inspection-result-1.0.xsd.
- StaticFacesUtils - Class in org.metawidget.statically.faces
-
Utilities for working with Java Server Faces statically.
- StaticFlatSectionLayoutDecorator - Class in org.metawidget.statically.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within JSP-based Layouts.
- StaticFlatSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget, StaticWidget, StaticMetawidget>) - Constructor for class org.metawidget.statically.layout.StaticFlatSectionLayoutDecorator
-
- StaticHtmlMetawidget - Class in org.metawidget.statically.faces.component.html
-
Static Metawidget for Java Server Faces environments.
- StaticHtmlMetawidget() - Constructor for class org.metawidget.statically.faces.component.html.StaticHtmlMetawidget
-
- StaticHtmlMetawidget - Class in org.metawidget.statically.html
-
Metawidget for statically generating Plain Old HTML.
- StaticHtmlMetawidget() - Constructor for class org.metawidget.statically.html.StaticHtmlMetawidget
-
- StaticJavaMetawidget - Class in org.metawidget.statically.javacode
-
Static Metawidget for Java environments.
- StaticJavaMetawidget() - Constructor for class org.metawidget.statically.javacode.StaticJavaMetawidget
-
- StaticJavaStub - Class in org.metawidget.statically.javacode
-
- StaticJavaStub() - Constructor for class org.metawidget.statically.javacode.StaticJavaStub
-
- StaticJavaWidget - Interface in org.metawidget.statically.javacode
-
- StaticJspMetawidget - Class in org.metawidget.statically.jsp
-
- StaticJspMetawidget() - Constructor for class org.metawidget.statically.jsp.StaticJspMetawidget
-
- StaticJspUtils - Class in org.metawidget.statically.jsp
-
Utilities for working with Java Server Pages statically.
- StaticMetawidget - Class in org.metawidget.statically
-
Base Metawidget for static code generation.
- StaticMetawidget() - Constructor for class org.metawidget.statically.StaticMetawidget
-
- StaticMetawidget.Pipeline - Class in org.metawidget.statically
-
Internal Metawidget pipeline.
- StaticMetawidget.Pipeline() - Constructor for class org.metawidget.statically.StaticMetawidget.Pipeline
-
- StaticNestedSectionLayoutDecorator - Class in org.metawidget.statically.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Swing Layouts.
- StaticNestedSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget, StaticWidget, StaticMetawidget>) - Constructor for class org.metawidget.statically.layout.StaticNestedSectionLayoutDecorator
-
- StaticPropertyStyle - Class in org.metawidget.inspector.impl.propertystyle.statically
-
PropertyStyle for statically-declared properties.
- StaticPropertyStyle() - Constructor for class org.metawidget.inspector.impl.propertystyle.statically.StaticPropertyStyle
-
- StaticPropertyStyle(JavaBeanPropertyStyleConfig) - Constructor for class org.metawidget.inspector.impl.propertystyle.statically.StaticPropertyStyle
-
- StaticSpringMetawidget - Class in org.metawidget.statically.spring
-
- StaticSpringMetawidget() - Constructor for class org.metawidget.statically.spring.StaticSpringMetawidget
-
- StaticUIMetawidget - Class in org.metawidget.statically.faces.component
-
- StaticUIMetawidget() - Constructor for class org.metawidget.statically.faces.component.StaticUIMetawidget
-
- StaticUtils - Class in org.metawidget.statically
-
Utilities for working with statically generated output.
- StaticUtils.IndentedWriter - Class in org.metawidget.statically
-
Writer that automatically inserts indents into the written characters, based on the current
indentation level.
- StaticUtils.IndentedWriter(Writer, int) - Constructor for class org.metawidget.statically.StaticUtils.IndentedWriter
-
Constructs a new IndentedWriter with the given inital indent.
- StaticUtils.LeadingSpaceWriter - Class in org.metawidget.statically
-
Writer that automatically inserts a leading space before the first character.
- StaticUtils.LeadingSpaceWriter(Writer) - Constructor for class org.metawidget.statically.StaticUtils.LeadingSpaceWriter
-
Constructs a new LeadingSpaceWriter.
- StaticWidget - Interface in org.metawidget.statically
-
- StaticXmlMetawidget - Class in org.metawidget.statically
-
Base Metawidget for static code generation in XML environments.
- StaticXmlMetawidget() - Constructor for class org.metawidget.statically.StaticXmlMetawidget
-
- StaticXmlStub - Class in org.metawidget.statically
-
- StaticXmlStub() - Constructor for class org.metawidget.statically.StaticXmlStub
-
- StaticXmlWidget - Interface in org.metawidget.statically
-
- streamBetween(InputStream, OutputStream) - Static method in class org.metawidget.util.IOUtils
-
Streams all data between the given two streams, then closes both streams.
- streamBetween(InputStream, OutputStream, boolean, boolean) - Static method in class org.metawidget.util.IOUtils
-
Streams all data between the given two streams.
- stringToElement(String) - Method in class org.metawidget.gwt.client.ui.GwtPipeline
-
- stringToElement(String) - Method in class org.metawidget.pipeline.base.BasePipeline
-
- stringToElement(String) - Method in class org.metawidget.pipeline.w3c.W3CPipeline
-
- StringUtils - Class in org.metawidget.util.simple
-
Utilities for working with Strings.
- stripMnemonic(String) - Static method in class org.metawidget.util.simple.SimpleLayoutUtils
-
Strips the given text and returns the text without any MNEMONIC_INDICATOR (&) and also the
index of the first marker.
- stripSection(Map<String, String>) - Method in class org.metawidget.android.widget.layout.AndroidNestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.faces.component.layout.UIComponentFlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.faces.component.layout.UIComponentNestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Static method in class org.metawidget.gwt.client.ui.GwtUtils
-
- stripSection(Map<String, String>) - Method in class org.metawidget.gwt.client.ui.layout.GwtFlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.gwt.client.ui.layout.GwtNestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.jsp.tagext.layout.JspFlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.jsp.tagext.layout.JspNestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.layout.decorator.FlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.layout.decorator.NestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.statically.layout.StaticFlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.statically.layout.StaticNestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.swing.layout.SwingFlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.swing.layout.SwingNestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.swt.layout.SwtFlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.swt.layout.SwtNestedSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Static method in class org.metawidget.util.LayoutUtils
-
Strips the first section off the section attribute (if any).
- stripSection(Map<String, String>) - Method in class org.metawidget.vaadin.ui.layout.VaadinFlatSectionLayoutDecorator
-
- stripSection(Map<String, String>) - Method in class org.metawidget.vaadin.ui.layout.VaadinNestedSectionLayoutDecorator
-
- STRUTS_LOOKUP_LABEL_NAME - Static variable in class org.metawidget.inspector.struts.StrutsInspectionResultConstants
-
- STRUTS_LOOKUP_LABEL_PROPERTY - Static variable in class org.metawidget.inspector.struts.StrutsInspectionResultConstants
-
- STRUTS_LOOKUP_NAME - Static variable in class org.metawidget.inspector.struts.StrutsInspectionResultConstants
-
- STRUTS_LOOKUP_PROPERTY - Static variable in class org.metawidget.inspector.struts.StrutsInspectionResultConstants
-
- StrutsAnnotationInspector - Class in org.metawidget.inspector.struts
-
Inspects annotations defined by Metawidget's Struts support (declared in this same package).
- StrutsAnnotationInspector() - Constructor for class org.metawidget.inspector.struts.StrutsAnnotationInspector
-
- StrutsAnnotationInspector(BaseObjectInspectorConfig) - Constructor for class org.metawidget.inspector.struts.StrutsAnnotationInspector
-
- StrutsInspectionResultConstants - Class in org.metawidget.inspector.struts
-
Struts-specific element and attribute names appearing in DOMs conforming to
inspection-result-1.0.xsd.
- StrutsInspector - Class in org.metawidget.inspector.struts
-
Inspector to look for metadata in struts-config.xml files.
- StrutsInspector(StrutsInspectorConfig) - Constructor for class org.metawidget.inspector.struts.StrutsInspector
-
- StrutsInspectorConfig - Class in org.metawidget.inspector.struts
-
Configures a StrutsInspector prior to use.
- StrutsInspectorConfig() - Constructor for class org.metawidget.inspector.struts.StrutsInspectorConfig
-
Creates a StrutsInspectorConfig.
- StrutsMetawidgetTag - Class in org.metawidget.jsp.tagext.html.struts
-
Metawidget for Struts environments.
- StrutsMetawidgetTag() - Constructor for class org.metawidget.jsp.tagext.html.struts.StrutsMetawidgetTag
-
- StrutsStubTag - Class in org.metawidget.jsp.tagext.html.struts
-
Stub for Struts environments.
- StrutsStubTag() - Constructor for class org.metawidget.jsp.tagext.html.struts.StrutsStubTag
-
- StrutsWidgetBuilder - Class in org.metawidget.jsp.tagext.html.widgetbuilder.struts
-
WidgetBuilder for Struts environments.
- StrutsWidgetBuilder() - Constructor for class org.metawidget.jsp.tagext.html.widgetbuilder.struts.StrutsWidgetBuilder
-
- Stub - Class in org.metawidget.android.widget
-
Stub for Android environments.
- Stub(Context) - Constructor for class org.metawidget.android.widget.Stub
-
- Stub(Context, AttributeSet) - Constructor for class org.metawidget.android.widget.Stub
-
- Stub - Class in org.metawidget.gwt.client.ui
-
Stub for GWT environments.
- Stub() - Constructor for class org.metawidget.gwt.client.ui.Stub
-
- Stub(String) - Constructor for class org.metawidget.gwt.client.ui.Stub
-
Convenience constructor.
- Stub - Class in org.metawidget.swing
-
Stub for Swing environments.
- Stub() - Constructor for class org.metawidget.swing.Stub
-
- Stub(String) - Constructor for class org.metawidget.swing.Stub
-
Convenience constructor.
- Stub - Class in org.metawidget.swt
-
Stub for Swing environments.
- Stub(Composite, int) - Constructor for class org.metawidget.swt.Stub
-
- Stub - Class in org.metawidget.vaadin.ui
-
Stub for Vaadin environments.
- Stub() - Constructor for class org.metawidget.vaadin.ui.Stub
-
- Stub(String) - Constructor for class org.metawidget.vaadin.ui.Stub
-
Convenience constructor.
- StubRenderer - Class in org.metawidget.faces.renderkit
-
Renders a Stub.
- StubRenderer() - Constructor for class org.metawidget.faces.renderkit.StubRenderer
-
- StubTag - Class in org.metawidget.faces.taglib
-
JSP tag for UIStub widget.
- StubTag() - Constructor for class org.metawidget.faces.taglib.StubTag
-
- StubTag - Class in org.metawidget.jsp.tagext
-
Base Stub for JSP environments.
- StubTag() - Constructor for class org.metawidget.jsp.tagext.StubTag
-
- StyleNameProcessor - Class in org.metawidget.gwt.client.widgetprocessor
-
WidgetProcessor that calls addStyleName
on a Widget, based on
the getStyleName
of the parent Metawidget.
- StyleNameProcessor() - Constructor for class org.metawidget.gwt.client.widgetprocessor.StyleNameProcessor
-
- substringAfter(String, String) - Static method in class org.metawidget.util.simple.StringUtils
-
Returns the portion of the overall string that comes after the first occurance of the given
string.
- substringAfterLast(String, char) - Static method in class org.metawidget.util.simple.StringUtils
-
Returns the portion of the overall string that comes after the last occurance of the given
string.
- substringAfterLast(String, String) - Static method in class org.metawidget.util.simple.StringUtils
-
Returns the portion of the overall string that comes after the last occurance of the given
string.
- substringBefore(String, String) - Static method in class org.metawidget.util.simple.StringUtils
-
Returns the portion of the overall string that comes before the given string.
- SwingAppFrameworkActionStyle - Class in org.metawidget.inspector.impl.actionstyle.swing
-
ActionStyle for Swing AppFramework-style actions.
- SwingAppFrameworkActionStyle() - Constructor for class org.metawidget.inspector.impl.actionstyle.swing.SwingAppFrameworkActionStyle
-
- SwingAppFrameworkActionStyle(BaseTraitStyleConfig) - Constructor for class org.metawidget.inspector.impl.actionstyle.swing.SwingAppFrameworkActionStyle
-
- SwingAppFrameworkInspector - Class in org.metawidget.inspector.swing
-
Inspects annotations defined by Swing AppFramework.
- SwingAppFrameworkInspector() - Constructor for class org.metawidget.inspector.swing.SwingAppFrameworkInspector
-
- SwingAppFrameworkInspector(SwingAppFrameworkInspectorConfig) - Constructor for class org.metawidget.inspector.swing.SwingAppFrameworkInspector
-
- SwingAppFrameworkInspectorConfig - Class in org.metawidget.inspector.swing
-
Configures a SwingAppFrameworkInspector prior to use.
- SwingAppFrameworkInspectorConfig() - Constructor for class org.metawidget.inspector.swing.SwingAppFrameworkInspectorConfig
-
- SwingFlatSectionLayoutDecorator - Class in org.metawidget.swing.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Swing Layouts.
- SwingFlatSectionLayoutDecorator(LayoutDecoratorConfig<JComponent, JComponent, SwingMetawidget>) - Constructor for class org.metawidget.swing.layout.SwingFlatSectionLayoutDecorator
-
- SwingMetawidget - Class in org.metawidget.swing
-
Metawidget for Swing environments.
- SwingMetawidget() - Constructor for class org.metawidget.swing.SwingMetawidget
-
- SwingMetawidget.Pipeline - Class in org.metawidget.swing
-
- SwingMetawidget.Pipeline() - Constructor for class org.metawidget.swing.SwingMetawidget.Pipeline
-
- SwingMetawidgetBeanInfo - Class in org.metawidget.swing
-
BeanInfo for SwingMetawidget.
- SwingMetawidgetBeanInfo() - Constructor for class org.metawidget.swing.SwingMetawidgetBeanInfo
-
- SwingNestedSectionLayoutDecorator - Class in org.metawidget.swing.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within Swing Layouts.
- SwingNestedSectionLayoutDecorator(LayoutDecoratorConfig<JComponent, JComponent, SwingMetawidget>) - Constructor for class org.metawidget.swing.layout.SwingNestedSectionLayoutDecorator
-
- SwingValuePropertyProvider - Interface in org.metawidget.swing
-
Additional interface implemented by Swing WidgetBuilders.
- SwingWidgetBuilder - Class in org.metawidget.swing.widgetbuilder
-
WidgetBuilder for Swing environments.
- SwingWidgetBuilder() - Constructor for class org.metawidget.swing.widgetbuilder.SwingWidgetBuilder
-
- SwingWidgetBuilder(SwingWidgetBuilderConfig) - Constructor for class org.metawidget.swing.widgetbuilder.SwingWidgetBuilder
-
- SwingWidgetBuilderConfig - Class in org.metawidget.swing.widgetbuilder
-
Configures a SwingWidgetBuilder prior to use.
- SwingWidgetBuilderConfig() - Constructor for class org.metawidget.swing.widgetbuilder.SwingWidgetBuilderConfig
-
- SwingXWidgetBuilder - Class in org.metawidget.swing.widgetbuilder.swingx
-
WidgetBuilder for the SwingX library.
- SwingXWidgetBuilder() - Constructor for class org.metawidget.swing.widgetbuilder.swingx.SwingXWidgetBuilder
-
- SwtFlatSectionLayoutDecorator - Class in org.metawidget.swt.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within SWT Layouts.
- SwtFlatSectionLayoutDecorator(LayoutDecoratorConfig<Control, Composite, SwtMetawidget>) - Constructor for class org.metawidget.swt.layout.SwtFlatSectionLayoutDecorator
-
- SwtLayoutDecorator - Interface in org.metawidget.swt.layout
-
Common interface implemented by all SWT LayoutDecorators.
- SwtMetawidget - Class in org.metawidget.swt
-
Metawidget for SWT environments.
- SwtMetawidget(Composite, int) - Constructor for class org.metawidget.swt.SwtMetawidget
-
- SwtMetawidget.Pipeline - Class in org.metawidget.swt
-
- SwtMetawidget.Pipeline() - Constructor for class org.metawidget.swt.SwtMetawidget.Pipeline
-
- SwtNestedSectionLayoutDecorator - Class in org.metawidget.swt.layout
-
Convenience base class for LayoutDecorators wishing to decorate widgets based on changing
sections within SWT Layouts.
- SwtNestedSectionLayoutDecorator(LayoutDecoratorConfig<Control, Composite, SwtMetawidget>) - Constructor for class org.metawidget.swt.layout.SwtNestedSectionLayoutDecorator
-
- SwtValuePropertyProvider - Interface in org.metawidget.swt
-
Additional interface implemented by SWT WidgetBuilders.
- SwtWidgetBuilder - Class in org.metawidget.swt.widgetbuilder
-
WidgetBuilder for SWT environments.
- SwtWidgetBuilder() - Constructor for class org.metawidget.swt.widgetbuilder.SwtWidgetBuilder
-