|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AccountingLineViewLineFillingElement | |
---|---|
org.kuali.kfs.sys.document.datadictionary | |
org.kuali.kfs.sys.document.web |
Uses of AccountingLineViewLineFillingElement in org.kuali.kfs.sys.document.datadictionary |
---|
Methods in org.kuali.kfs.sys.document.datadictionary that return AccountingLineViewLineFillingElement | |
---|---|
AccountingLineViewLineFillingElement |
AccountingLineViewColumnsDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
|
AccountingLineViewLineFillingElement |
AccountingLineViewLineFillingDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
Has the definition create not just a layout element, but a line filling layout element |
AccountingLineViewLineFillingElement |
AccountingLineViewLineDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
|
AccountingLineViewLineFillingElement |
AccountingLineViewHideShowLinesDefinition.createLineFillingLayoutElement(Class<? extends AccountingLine> accountingLineClass)
|
Methods in org.kuali.kfs.sys.document.datadictionary that return types with arguments of type AccountingLineViewLineFillingElement | |
---|---|
protected List<AccountingLineViewLineFillingElement> |
AccountingLineViewLinesDefinition.getLayoutElementsForLines(Class<? extends AccountingLine> accountingLineClass)
Generates layout elements for all the child lines of this lines definition |
Uses of AccountingLineViewLineFillingElement in org.kuali.kfs.sys.document.web |
---|
Classes in org.kuali.kfs.sys.document.web that implement AccountingLineViewLineFillingElement | |
---|---|
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 |
Methods in org.kuali.kfs.sys.document.web that return types with arguments of type AccountingLineViewLineFillingElement | |
---|---|
List<AccountingLineViewLineFillingElement> |
AccountingLineViewLines.getElements()
Gets the elements attribute. |
List<AccountingLineViewLineFillingElement> |
HideShowLayoutElement.getLines()
Gets the lines attribute. |
Methods in org.kuali.kfs.sys.document.web with parameters of type AccountingLineViewLineFillingElement | |
---|---|
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 |
Method parameters in org.kuali.kfs.sys.document.web with type arguments of type AccountingLineViewLineFillingElement | |
---|---|
void |
AccountingLineViewLines.setElements(List<AccountingLineViewLineFillingElement> lines)
Sets the elements attribute value. |
void |
HideShowLayoutElement.setLines(List<AccountingLineViewLineFillingElement> lines)
Sets the lines attribute value. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |