|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Standard AWTDataTable option menu items.
Bindings | |||
---|---|---|---|
showHideColumns
|
Use to hide the show/hide column controls in the options menu. |
boolean (get) |
|
showOutlineExpansion
|
Use to hide the outline expansion control in the options menu. |
boolean (get) |
|
showGroupBy
|
Use to disable the groupBy menu items in the table options menu. |
boolean (get) |
|
showExcelExport
|
Use to hide the excel export controls in the options menu. |
boolean (get) |
|
showPivotOptions
|
For pivot -- the pivot config section: heading + showHideDetails + showConfigureLayout |
boolean (get) |
|
showHideDetails
|
For pivot -- show the Show/Hide Details menu item |
boolean (get) |
|
showConfigureLayout
|
For pivot -- show the Configure Layout menu item |
boolean (get) |
java.lang.Objectariba.ui.aribaweb.util.AWBaseObject
ariba.ui.aribaweb.core.AWComponent
ariba.ui.table.AWTOptionsMenuItems
public final class AWTOptionsMenuItems
Nested Class Summary |
---|
Nested classes/interfaces inherited from class ariba.ui.aribaweb.core.AWComponent |
---|
AWComponent.RenderingFilter, AWComponent.RenderingListener |
Nested classes/interfaces inherited from interface ariba.ui.aribaweb.core.AWResponseGenerating |
---|
AWResponseGenerating.ResponseSubstitution |
Constructor Summary | |
---|---|
AWTOptionsMenuItems()
|
Method Summary | |
---|---|
void |
collapseAll()
|
java.lang.String |
currentColumnLabel()
|
boolean |
disableHideColumn()
|
AWComponent |
displayMoreOptionalColumns()
|
void |
expandAll()
|
boolean |
isCurrentColumnGroupable()
|
boolean |
isCurrentlyGrouping()
Grouping... |
boolean |
isExpandAllFalse()
|
boolean |
isExpandAllTrue()
|
boolean |
isGroupExpandAllFalse()
|
boolean |
isGroupExpandAllTrue()
|
int |
optionalColumnsCount()
|
void |
prepare()
|
void |
setExpandAllTrue()
|
void |
setGroupExpandAllFalse()
|
void |
setGroupExpandAllTrue()
|
void |
setTable(AWTDataTable table)
|
boolean |
shouldDisplayMoreOptionalColumns()
|
boolean |
showGroupBy()
|
AWTDataTable |
table()
|
Methods inherited from class ariba.ui.aribaweb.util.AWBaseObject |
---|
debugString, getFieldValue, isKindOfClass, localizedJavaString, logString, logWarning, setFieldValue |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface ariba.ui.aribaweb.util.AWObject |
---|
getFieldValue, isKindOfClass, setFieldValue |
Constructor Detail |
---|
public AWTOptionsMenuItems()
Method Detail |
---|
public void setTable(AWTDataTable table)
public AWTDataTable table()
public boolean isExpandAllFalse()
public boolean isExpandAllTrue()
public void expandAll()
public void collapseAll()
public void setExpandAllTrue()
public boolean isCurrentlyGrouping()
public boolean isGroupExpandAllFalse()
public boolean isGroupExpandAllTrue()
public void setGroupExpandAllFalse()
public void setGroupExpandAllTrue()
public void prepare()
public java.lang.String currentColumnLabel()
public boolean isCurrentColumnGroupable()
public boolean shouldDisplayMoreOptionalColumns()
public int optionalColumnsCount()
public AWComponent displayMoreOptionalColumns()
public boolean disableHideColumn()
public boolean showGroupBy()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |