|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ListLayout
Represents the layout of a ListPresentation
| Method Summary | |
|---|---|
java.lang.String |
getFooter()
Returns the footer of this ListLayout |
java.lang.String |
getHeader()
Returns the header of this ListLayout |
java.lang.String |
getResultDesign()
Returns the result design for this ListLayout |
java.lang.String |
getSeparator()
Returns the separator for this ListLayout |
boolean |
hasFooter()
Indicates if this ListLayout has a footer specified |
boolean |
hasHeader()
Indicates if this ListLayout has a header specified |
boolean |
hasResultDesign()
Indicates if this ListLayout has a result design specified |
boolean |
hasSeparator()
Indicates if this ListLayout has a separator specified |
void |
setFooter(java.lang.String p_footer)
Sets the footer of this ListLayout |
void |
setHeader(java.lang.String p_header)
Sets the header of this ListLayout |
void |
setResultDesign(java.lang.String p_resultDesign)
Sets the result design for this ListLayout |
void |
setSeparator(java.lang.String p_separator)
Sets the separator for this ListLayout |
| Method Detail |
|---|
java.lang.String getHeader()
ListLayout
ListLayout
void setHeader(java.lang.String p_header)
throws OperationFailedException
ListLayout
p_header - the header to set. If NULL or empty string is specified, then the header will be cleared
OperationFailedException - if the header could not be setboolean hasHeader()
ListLayout has a header specified
ListLayout has a header specified, false otherwisejava.lang.String getResultDesign()
ListLayout
ListLayout
void setResultDesign(java.lang.String p_resultDesign)
throws OperationFailedException
ListLayout
p_resultDesign - the result design for this ListLayout. If NULL or empty string is specified, then the design will be cleared
OperationFailedException - if the result design could not be setboolean hasResultDesign()
ListLayout has a result design specified
ListLayout has a result design specified, false otherwisejava.lang.String getSeparator()
ListLayout
ListLayout
void setSeparator(java.lang.String p_separator)
throws OperationFailedException
ListLayout
p_separator - the separator for this ListLayout. If NULL or empty string is specified, then the separator will be cleared
OperationFailedException - if the separator could not be setboolean hasSeparator()
ListLayout has a separator specified
ListLayout has a separator specified, false otherwisejava.lang.String getFooter()
ListLayout
ListLayout
void setFooter(java.lang.String p_footer)
throws OperationFailedException
ListLayout
p_footer - the footer to set. If NULL or empty string is specified, then the footer will be cleared
OperationFailedException - if the footer could not be setboolean hasFooter()
ListLayout has a footer specified
ListLayout has a footer specified, false otherwise
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||