| Constructor and Description |
|---|
TableHeadingDecorator(String label) |
TableHeadingDecorator(String label,
String instructions) |
TableHeadingDecorator(String labelUrl,
String label,
String instructions) |
| Modifier and Type | Method and Description |
|---|---|
static void |
addRow(ElementContainer container,
Element element,
String label,
String instructions) |
static void |
addRow(ElementContainer container,
Element element,
String labelUrl,
String label,
String instructions) |
String |
getInstructions() |
String |
getLabel() |
String |
getLabelUrl() |
boolean |
isRequired() |
void |
serialize(XmlWriter out,
Element element) |
protected void |
serializeElement(XmlWriter out,
Element element) |
protected void |
serializeErrors(XmlWriter out,
Element element) |
protected void |
serializeInstructions(XmlWriter out) |
protected void |
serializeLabel(XmlWriter out,
Element element) |
void |
setInstructions(String instructions) |
void |
setLabel(String label) |
void |
setLabelUrl(String labelUrl) |
void |
setRequired(boolean required) |
public TableHeadingDecorator(String label)
public static void addRow(ElementContainer container, Element element, String label, String instructions)
public static void addRow(ElementContainer container, Element element, String labelUrl, String label, String instructions)
public String getInstructions()
public String getLabel()
public String getLabelUrl()
public boolean isRequired()
protected void serializeInstructions(XmlWriter out)
public void setInstructions(String instructions)
public void setLabel(String label)
public void setLabelUrl(String labelUrl)
public void setRequired(boolean required)
Copyright © 2015 Revolution Systems Inc.. All rights reserved.