public class AttributeList
extends java.lang.Object
Constructor and Description |
---|
AttributeList()
Constructs a new attribute list initialized with 100 rows.
|
AttributeList(int rowCapacity)
Constructs a new attribute list initialized with the specified number of rows.
|
Modifier and Type | Method and Description |
---|---|
void |
append(Markupable markupable)
Appends a markupable to the current line.
|
void |
append(java.lang.String stringToAppend)
Appends a string to the current line.
|
void |
append(java.lang.String label,
Markupable markupable)
Adds a markupable with its label into a new line.
|
protected void |
append(java.lang.String label,
java.lang.String stringToAppend)
Appends a label and a string to a new line.
|
void |
fetchValuesFromRequest(GeneralizedRequest request)
Controls synchronization of user input and mirroring object values.
|
java.lang.String |
getInnerTableTagSequence()
Returns the tag sequence to represent this object in markup language
interpreting tools like browsers without enclosing table tags.
|
java.lang.String |
getTagSequence()
Returns the tag sequence to represent this object in markup language
interpreting tools like browsers.
|
boolean |
isNoEmptyValues() |
protected void |
setLastComponentsToolTipText(java.lang.String toolTipText)
Sets the tool tip text to the last added component.
|
void |
setNoEmptyValues(boolean newNoEmptyValues) |
public AttributeList()
public AttributeList(int rowCapacity)
rowCapacity
- the maximum number of rows to be usedpublic void append(java.lang.String label, Markupable markupable)
label
- the line labelmarkupable
- public void append(Markupable markupable)
markupable
- the markupable to appendpublic void append(java.lang.String stringToAppend)
stringToAppend
- the string to appendprotected void append(java.lang.String label, java.lang.String stringToAppend)
label
- the label to appendstringToAppend
- the string to appendprotected void setLastComponentsToolTipText(java.lang.String toolTipText)
toolTipText
- the tool tip text to associatepublic java.lang.String getTagSequence()
public java.lang.String getInnerTableTagSequence()
public void fetchValuesFromRequest(GeneralizedRequest request)
request
- public void setNoEmptyValues(boolean newNoEmptyValues)
public boolean isNoEmptyValues()
Copyright 1998-2023 Christoph Mueller, Kaerntner Str. 56, D-70469 Stuttgart, Germany, https://www.perpus.de