|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines the API for a single section that can be created in in the row and column areas of a DataRange.
DataRange| Method Summary | |
Section |
getChild(int index)
Returns a child section by index. |
Section |
getChild(java.lang.String name)
Returns a child section by index. |
Section |
getChildAt(int position)
Returns the child section that is located at the specified row/column position within this section. |
int |
getChildCount()
Returns the number of child sections for this section. |
java.lang.String |
getCommands()
Returns the Report Function commands for this section. |
java.lang.String |
getFullName()
Returns the fully qualified name of the section. |
GrantExpression |
getGrantExpression()
Returns the GrantExpression being used to secure this section. |
int |
getIndex()
Returns the index of this section within its parent section. |
java.lang.String |
getName()
Returns the name of the section. |
boolean |
isAutoSized()
Returns whether this rows/columns corresponding to this section will be autosized. |
void |
setAutoSize(boolean autoSize)
Sets the auto-size property for this section so that corresponding rows/columns will be resized. |
void |
setCommands(java.lang.String commands)
Sets the Report Functions for this section. |
void |
setGrantExpression(GrantExpression expression)
Sets the GrantExpression that should be used to secure this section. |
void |
setName(java.lang.String name)
Sets the name of the section. |
void |
shrinkAt(int position)
This method will shrink the size of this section by one row or column, starting at the specified position within the section. |
| Methods inherited from interface com.f1j.ss.datarange.AbstractSection |
createParent,
delete,
getEnd,
getParent,
getSize,
getStart,
insertAfter,
insertBefore,
isDeleted,
isInRowArea,
isLeaf,
isRoot,
remove |
| Methods inherited from interface com.f1j.util.Lockable |
getLock,
releaseLock |
| Method Detail |
public int getIndex()
public java.lang.String getFullName()
public java.lang.String getName()
public void setName(java.lang.String name)
throws com.f1j.util.InvalidNameException,
F1UnsupportedOperationException
name - The new name of the section.DataRange,
DataQuery
public Section getChild(int index)
throws com.f1j.util.InvalidIndexException
index - The index of the child section to be returned.
public Section getChild(java.lang.String name)
throws com.f1j.ss.datarange.InvalidNameException
name - The new name of the child section to be returned.public Section getChildAt(int position)
public int getChildCount()
public void shrinkAt(int position)
position - The position where the section should be shrunk.DataRangepublic java.lang.String getCommands()
DataRange
public void setCommands(java.lang.String commands)
throws InvalidArgumentException,
SelectionException
commands - the Report Functions for this section.DataRangepublic void setGrantExpression(GrantExpression expression)
expression - The grant expression to be used to secure this section.GrantExpressionpublic GrantExpression getGrantExpression()
GrantExpressionpublic boolean isAutoSized()
public void setAutoSize(boolean autoSize)
autoSize - the auto-size value.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||