com.tonbeller.jpivot.table.navi
Class DrillExpandMemberUI
java.lang.Object
com.tonbeller.jpivot.table.PartBuilderSupport
com.tonbeller.jpivot.table.TableComponentExtensionSupport
com.tonbeller.jpivot.table.navi.DrillExpandUI
com.tonbeller.jpivot.table.navi.DrillExpandMemberUI
- All Implemented Interfaces:
- ModelChangeListener, PartBuilder, TableComponentExtension, Available, com.tonbeller.wcf.bookmarks.Bookmarkable, java.util.EventListener
public class DrillExpandMemberUI
- extends DrillExpandUI
Created on 29.11.2002
- Author:
- av
Field Summary |
static java.lang.String |
ID
|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
EXTENSIONAL, INTENSIONAL |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ID
public static final java.lang.String ID
- See Also:
- Constant Field Values
DrillExpandMemberUI
public DrillExpandMemberUI()
getId
public java.lang.String getId()
- Description copied from interface:
TableComponentExtension
- unique name of this extension. Used for JSP programming
initializeExtension
protected boolean initializeExtension()
- Specified by:
initializeExtension
in class DrillExpandUI
- Returns:
- true if extension is available
canExpand
protected boolean canExpand(Span span)
- Specified by:
canExpand
in class DrillExpandUI
- See Also:
com.tonbeller.jpivot.ui.table.navi.DrillExpandUI#canExpand(Span)
expand
protected void expand(Span span)
- Specified by:
expand
in class DrillExpandUI
- See Also:
com.tonbeller.jpivot.ui.table.navi.DrillExpandUI#expand(Span)
canCollapse
protected boolean canCollapse(Span span)
- Specified by:
canCollapse
in class DrillExpandUI
- See Also:
com.tonbeller.jpivot.ui.table.navi.DrillExpandUI#canCollapse(Span)
collapse
protected void collapse(Span span)
- Specified by:
collapse
in class DrillExpandUI
- See Also:
com.tonbeller.jpivot.ui.table.navi.DrillExpandUI#collapse(Span)
getCollapseImage
protected java.lang.String getCollapseImage()
- Specified by:
getCollapseImage
in class DrillExpandUI
getExpandImage
protected java.lang.String getExpandImage()
- Specified by:
getExpandImage
in class DrillExpandUI
getOtherImage
protected java.lang.String getOtherImage()
- Specified by:
getOtherImage
in class DrillExpandUI