| Modifier and Type | Method and Description |
|---|---|
Element |
HtmlUiBuilder.createObjectAddPage(Map<String,Object> defaultValues,
String prefix,
String preInsertMethod) |
Element |
HtmlUiBuilder.createObjectEditPage(T object,
String prefix) |
Element |
HtmlUiBuilder.getAttribute(javax.servlet.http.HttpServletRequest request,
String key)
Create a new field (or element) for the named key.
|
Element |
AbstractTypeUiBuilder.getAttribute(javax.servlet.http.HttpServletRequest request,
String key) |
| Modifier and Type | Method and Description |
|---|---|
Map<String,Element> |
HtmlUiBuilder.getAttributes() |
| Modifier and Type | Method and Description |
|---|---|
Decorator |
HtmlUiBuilder.getAttributeLabel(String key,
Element element) |
Decorator |
HtmlUiBuilder.getAttributeTableLabel(String key,
Element element) |
String |
HtmlUiBuilder.getLabel(String key,
Element element) |
| Modifier and Type | Method and Description |
|---|---|
void |
HtmlUiBuilder.setFields(Map<String,Element> fields) |
| Modifier and Type | Method and Description |
|---|---|
static void |
FieldNoLabelDecorator.add(ElementContainer container,
Element element,
String instructions) |
static void |
TableHeadingDecorator.addRow(ElementContainer container,
Element element,
String label,
String instructions) |
static void |
TableHeadingDecorator.addRow(ElementContainer container,
Element element,
String labelUrl,
String label,
String instructions) |
void |
TableHeadingDecorator.serialize(XmlWriter out,
Element element) |
void |
TableBody.serialize(XmlWriter out,
Element element) |
void |
FieldNoLabelDecorator.serialize(XmlWriter out,
Element element) |
void |
FieldLabelDecorator.serialize(XmlWriter out,
Element element) |
void |
EmptyDecorator.serialize(XmlWriter out,
Element element) |
void |
Decorator.serialize(XmlWriter out,
Element element) |
void |
CollapsibleBox.serialize(XmlWriter out,
Element element) |
protected void |
TableHeadingDecorator.serializeElement(XmlWriter out,
Element element) |
protected void |
FieldNoLabelDecorator.serializeElement(XmlWriter out,
Element element) |
protected void |
TableHeadingDecorator.serializeErrors(XmlWriter out,
Element element) |
protected void |
FieldNoLabelDecorator.serializeErrors(XmlWriter out,
Element element) |
protected void |
TableHeadingDecorator.serializeLabel(XmlWriter out,
Element element) |
| Modifier and Type | Class and Description |
|---|---|
class |
Form |
class |
HtmlUiBuilderObjectForm |
class |
UiBuilderObjectForm |
| Modifier and Type | Class and Description |
|---|---|
class |
ATagElement |
class |
DetailView |
class |
DivElement |
class |
DivElementContainer |
class |
ElementContainer |
class |
ErrorWithBackButton |
class |
FilterableTableView |
class |
HtmlDocument |
class |
HtmlUiBuilderKeyView
The HtmlUiBuilderKeyView is an for serializing the
specified key on the object using a
HtmlUiBuilder. |
class |
ImageElement |
class |
ListElement |
class |
MenuElement |
class |
MenuView |
class |
NbspElement |
class |
ObjectElementContainer |
class |
ObjectView |
class |
PageBreadcrumbsView |
class |
PageMenuView |
class |
PathBreadcrumbView |
class |
RawContent |
class |
ResultPagerView |
class |
Script |
class |
SelectAllElement |
class |
StringElement |
class |
Style |
class |
TabElementContainer |
class |
TableRow |
class |
TableView |
class |
XmlTagElement |
class |
XmlTagElementContainer |
| Modifier and Type | Method and Description |
|---|---|
Element |
Element.clone() |
Element |
XhtmlDocument.getBody() |
| Modifier and Type | Method and Description |
|---|---|
List<Element> |
ElementContainer.getElements() |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementContainer.add(Element... elements) |
ElementContainer |
ElementContainer.add(Element element) |
ElementContainer |
ElementContainer.add(Element element,
Decorator decorator) |
void |
ElementContainer.add(int index,
Element element) |
void |
TabElementContainer.add(String label,
Element element) |
void |
TabElementContainer.add(String tabId,
String label,
Element element) |
void |
ElementLabel.serialize(XmlWriter out,
Element element) |
protected void |
ElementLabel.serializeField(XmlWriter out,
Element element) |
void |
XhtmlDocument.setBody(Element body) |
| Constructor and Description |
|---|
DivElementContainer(String cssClass,
Element element) |
DivElementContainer(String id,
String cssClass,
Element element) |
ElementContainer(Decorator decorator,
Element... elements) |
ElementContainer(Element... elements) |
TableRow(Element... elements) |
XmlTagElementContainer(QName tagName,
String cssClass,
Element element) |
| Constructor and Description |
|---|
FilterableTableView(KeySerializerTableSerializer model,
Map<String,Element> searchFields,
String cssClass) |
| Modifier and Type | Method and Description |
|---|---|
Element |
PageInfo.getPagesElement() |
| Modifier and Type | Method and Description |
|---|---|
void |
PageInfo.setPagesElement(Element pagesElement) |
| Modifier and Type | Method and Description |
|---|---|
void |
ElementHttpMessageConverter.write(Element element,
org.springframework.http.MediaType mediaType,
org.springframework.http.HttpOutputMessage outputMessage) |
Copyright © 2015 Revolution Systems Inc.. All rights reserved.