Modifier and Type | Interface and Description |
---|---|
interface |
StaticXmlWidget |
Modifier and Type | Class and Description |
---|---|
class |
BaseStaticWidget |
class |
BaseStaticXmlWidget |
class |
StaticMetawidget
Base Metawidget for static code generation.
|
class |
StaticXmlMetawidget
Base Metawidget for static code generation in XML environments.
|
class |
StaticXmlStub |
Modifier and Type | Method and Description |
---|---|
<W extends StaticWidget,M extends W> |
StaticMetawidget.addWidgetProcessor(WidgetProcessor<W,M> widgetProcessor) |
<W extends StaticWidget,M extends W> |
StaticMetawidget.removeWidgetProcessor(WidgetProcessor<W,M> widgetProcessor) |
<W extends StaticWidget,C extends W,M extends C> |
StaticMetawidget.setLayout(Layout<W,C,M> layout) |
<W extends StaticWidget,M extends W> |
StaticMetawidget.setWidgetBuilder(WidgetBuilder<W,M> widgetBuilder) |
<W extends StaticWidget,M extends W> |
StaticMetawidget.setWidgetProcessors(WidgetProcessor<W,M>... widgetProcessors) |
Modifier and Type | Method and Description |
---|---|
StaticWidget |
BaseStaticWidget.getParent() |
Modifier and Type | Method and Description |
---|---|
List<StaticWidget> |
StaticWidget.getChildren() |
List<StaticWidget> |
BaseStaticWidget.getChildren() |
Layout<StaticWidget,StaticWidget,StaticMetawidget> |
StaticMetawidget.getLayout()
Useful for WidgetBuilders.
|
Layout<StaticWidget,StaticWidget,StaticMetawidget> |
StaticMetawidget.getLayout()
Useful for WidgetBuilders.
|
WidgetBuilder<StaticWidget,StaticMetawidget> |
StaticMetawidget.getWidgetBuilder() |
List<WidgetProcessor<StaticWidget,StaticMetawidget>> |
StaticMetawidget.getWidgetProcessors() |
Modifier and Type | Method and Description |
---|---|
protected Map<String,String> |
StaticMetawidget.Pipeline.getAdditionalAttributes(StaticWidget tag) |
Modifier and Type | Class and Description |
---|---|
class |
StaticUIMetawidget |
Modifier and Type | Class and Description |
---|---|
class |
CoreWidget
Widgets within the JSF f: namespace.
|
class |
FaceletsWidget
Widgets within the JSF ui: namespace.
|
class |
HtmlWidget
Widgets within the JSF h: namespace.
|
class |
StaticHtmlMetawidget
Static Metawidget for Java Server Faces environments.
|
Modifier and Type | Class and Description |
---|---|
class |
HtmlMessage |
class |
HtmlOutputLabel |
class |
HtmlPanelGrid |
class |
HtmlPanelGroup |
class |
HtmlSectionOutputText |
Modifier and Type | Method and Description |
---|---|
protected void |
OutputTextLayoutDecorator.addSectionWidget(String section,
int level,
StaticWidget container,
StaticMetawidget metawidget) |
Constructor and Description |
---|
OutputTextLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
OutputTextLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
Modifier and Type | Class and Description |
---|---|
class |
FaceletsParam |
class |
Facet |
class |
HtmlColumn |
class |
HtmlCommandLink |
class |
HtmlDataTable |
class |
HtmlInputSecret |
class |
HtmlInputText |
class |
HtmlInputTextarea |
class |
HtmlOutcomeTargetLink |
class |
HtmlOutputText |
class |
HtmlSelectBooleanCheckbox |
class |
HtmlSelectOneMenu |
class |
Param |
class |
SelectItem |
class |
SelectItems |
Modifier and Type | Class and Description |
---|---|
class |
HtmlCalendar |
class |
HtmlColorPicker |
class |
HtmlInputNumberSlider |
class |
HtmlInputNumberSpinner |
class |
RichFacesWidget
Widgets within the RichFaces rich: namespace.
|
Modifier and Type | Class and Description |
---|---|
static class |
StandardConverterProcessor.ConvertDateTimeWidget |
static class |
StandardConverterProcessor.ConvertNumberWidget |
Modifier and Type | Class and Description |
---|---|
class |
HtmlDiv |
class |
HtmlInput |
class |
HtmlLabel |
class |
HtmlOption |
class |
HtmlOutput
Creates an <output> tag.
|
class |
HtmlSelect |
class |
HtmlTable |
class |
HtmlTableBody |
class |
HtmlTableCell |
class |
HtmlTableHead |
class |
HtmlTableHeader |
class |
HtmlTableRow |
class |
HtmlTag
Models a plain HTML tag.
|
class |
HtmlTextarea |
Modifier and Type | Interface and Description |
---|---|
interface |
StaticJavaWidget |
Modifier and Type | Class and Description |
---|---|
class |
BaseStaticJavaWidget |
class |
JavaLiteral
Represents a Java literal.
|
class |
JavaStatement
Represents a Java statement.
|
class |
StaticJavaMetawidget
Static Metawidget for Java environments.
|
class |
StaticJavaStub |
Modifier and Type | Class and Description |
---|---|
class |
StaticJspMetawidget |
Modifier and Type | Class and Description |
---|---|
class |
CoreForEach |
class |
CoreOut |
Modifier and Type | Method and Description |
---|---|
protected NestedSectionLayoutDecorator.State<StaticWidget> |
StaticNestedSectionLayoutDecorator.getState(StaticWidget container,
StaticMetawidget metawidget) |
Modifier and Type | Method and Description |
---|---|
protected NestedSectionLayoutDecorator.State<StaticWidget> |
StaticNestedSectionLayoutDecorator.getState(StaticWidget container,
StaticMetawidget metawidget) |
protected FlatSectionLayoutDecorator.State |
StaticFlatSectionLayoutDecorator.getState(StaticWidget containerTag,
StaticMetawidget metawidgetTag) |
protected boolean |
StaticNestedSectionLayoutDecorator.isIgnored(StaticWidget component) |
protected boolean |
StaticFlatSectionLayoutDecorator.isIgnored(StaticWidget tag) |
void |
SimpleLayout.layoutWidget(StaticWidget widget,
String elementName,
Map<String,String> attributes,
StaticWidget container,
StaticMetawidget metawidget) |
void |
StaticNestedSectionLayoutDecorator.startContainerLayout(StaticWidget container,
StaticMetawidget metawidget) |
Constructor and Description |
---|
StaticFlatSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
StaticFlatSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
StaticNestedSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
StaticNestedSectionLayoutDecorator(LayoutDecoratorConfig<StaticWidget,StaticWidget,StaticMetawidget> config) |
Modifier and Type | Class and Description |
---|---|
class |
StaticSpringMetawidget |
Modifier and Type | Class and Description |
---|---|
class |
FormCheckboxTag
Static widget for the <form:checkbox> Spring tag
|
class |
FormHiddenTag
Static widget for the <form:hidden> Spring tag
|
class |
FormInputTag
Static widget for the
|
class |
FormLabelTag
Static widget for the <form:label> Spring tag.
|
class |
FormOptionsTag
Static widget for the <form:options> Spring tag
|
class |
FormOptionTag
Static widget for the <form:option> Spring tag
|
class |
FormPasswordTag
Static widget for the <form:password> Spring tag
|
class |
FormSelectTag
Static widget for the <form:select> Spring tag
|
class |
FormTextareaTag
Static widget for the <form:textarea> Spring tag
|
class |
SpringTag
Tags within the Spring
|
Copyright © 2015. All Rights Reserved.