Package | Description |
---|---|
org.kuali.ole.sys.document.datadictionary | |
org.kuali.ole.sys.document.web |
Modifier and Type | Method and Description |
---|---|
AccountingLineViewLineFillingElement |
AccountingLineViewLineFillingDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Has the definition create not just a layout element, but a line filling layout element
|
AccountingLineViewLineFillingElement |
AccountingLineViewColumnsDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass) |
AccountingLineViewLineFillingElement |
AccountingLineViewLineDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass) |
AccountingLineViewLineFillingElement |
AccountingLineViewHideShowLinesDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass) |
Modifier and Type | Method and Description |
---|---|
protected List<AccountingLineViewLineFillingElement> |
AccountingLineViewLinesDefinition.getLayoutElementsForLines(Class<? extends AccountingLine> accountingLineClass)
Generates layout elements for all the child lines of this lines definition
|
Modifier and Type | Class and Description |
---|---|
class |
AccountingLineViewColumns
A layout element that renders elements
|
class |
AccountingLineViewLine
Represents a single table row to be rendered as part of an accounting line view.
|
class |
HideShowLayoutElement
The layout element for a hide/show wrapper of other elements
|
Modifier and Type | Method and Description |
---|---|
List<AccountingLineViewLineFillingElement> |
AccountingLineViewLines.getElements()
Gets the elements attribute.
|
List<AccountingLineViewLineFillingElement> |
HideShowLayoutElement.getLines()
Gets the lines attribute.
|
Modifier and Type | Method and Description |
---|---|
void |
HideShowLayoutElement.addLine(AccountingLineViewLineFillingElement line)
Adds a single line to this element's list of lines
|
protected void |
AccountingLineViewLines.padOutOrStretchCells(AccountingLineViewLineFillingElement line,
int maxExpectedLineWidth,
AccountingLineTableRow headerRow,
AccountingLineTableRow row)
Either pads out out the given table rows with an empty cell or stretches the cell to fill the whole line
|
Modifier and Type | Method and Description |
---|---|
void |
AccountingLineViewLines.setElements(List<AccountingLineViewLineFillingElement> lines)
Sets the elements attribute value.
|
void |
HideShowLayoutElement.setLines(List<AccountingLineViewLineFillingElement> lines)
Sets the lines attribute value.
|
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.