|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.tonbeller.jpivot.table.PartBuilderSupport com.tonbeller.jpivot.table.TableComponentExtensionSupport com.tonbeller.jpivot.table.navi.AxisStyleUI
public class AxisStyleUI
Created on 06.12.2002
Nested Class Summary | |
---|---|
static class |
AxisStyleUI.BookmarkState
|
Field Summary | |
---|---|
static java.lang.String |
ID
|
Fields inherited from class com.tonbeller.jpivot.table.TableComponentExtensionSupport |
---|
enabled |
Fields inherited from class com.tonbeller.jpivot.table.PartBuilderSupport |
---|
table |
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
---|
EXTENSIONAL, INTENSIONAL |
Constructor Summary | |
---|---|
AxisStyleUI()
|
Method Summary | |
---|---|
java.lang.Object |
getBookmarkState(int levelOfDetail)
returns the bookmark state |
java.lang.String |
getId()
unique name of this extension. |
void |
initialize(com.tonbeller.wcf.controller.RequestContext context,
TableComponent table)
initializes axis style |
boolean |
isAvailable()
true, if the current olapModel supports all extensions that are required by this partBuilder. |
boolean |
isHideSpans()
Returns the hideSpans. |
boolean |
isLevelStyle()
Returns the levelStyle. |
void |
setBookmarkState(java.lang.Object state)
restores boomarkstat |
void |
setHideSpans(boolean hideSpans)
Sets the hideSpans. |
void |
setLevelStyle(boolean levelStyle)
Sets the levelStyle. |
Methods inherited from class com.tonbeller.jpivot.table.TableComponentExtensionSupport |
---|
isEnabled, setEnabled |
Methods inherited from class com.tonbeller.jpivot.table.PartBuilderSupport |
---|
destroy, setDirty, startBuild, stopBuild |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.tonbeller.jpivot.table.PartBuilder |
---|
destroy, startBuild, stopBuild |
Field Detail |
---|
public static final java.lang.String ID
Constructor Detail |
---|
public AxisStyleUI()
Method Detail |
---|
public java.lang.String getId()
TableComponentExtension
public boolean isHideSpans()
public boolean isLevelStyle()
public void setHideSpans(boolean hideSpans)
hideSpans
- The hideSpans to setpublic void setLevelStyle(boolean levelStyle)
levelStyle
- The levelStyle to setpublic boolean isAvailable()
PartBuilder
isAvailable
in interface PartBuilder
isAvailable
in interface Available
isAvailable
in class PartBuilderSupport
public void initialize(com.tonbeller.wcf.controller.RequestContext context, TableComponent table) throws java.lang.Exception
initialize
in interface PartBuilder
initialize
in class PartBuilderSupport
java.lang.Exception
public java.lang.Object getBookmarkState(int levelOfDetail)
getBookmarkState
in interface com.tonbeller.wcf.bookmarks.Bookmarkable
getBookmarkState
in class TableComponentExtensionSupport
public void setBookmarkState(java.lang.Object state)
setBookmarkState
in interface com.tonbeller.wcf.bookmarks.Bookmarkable
setBookmarkState
in class TableComponentExtensionSupport
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |