com.tonbeller.jpivot.table.navi
Class ResetQueryUI
java.lang.Object
com.tonbeller.jpivot.table.PartBuilderSupport
com.tonbeller.jpivot.table.TableComponentExtensionSupport
com.tonbeller.jpivot.table.navi.ResetQueryUI
- All Implemented Interfaces:
- PartBuilder, TableComponentExtension, Available, com.tonbeller.wcf.bookmarks.Bookmarkable
public class ResetQueryUI
- extends TableComponentExtensionSupport
Created on 06.12.2002
- Author:
- av
Field Summary |
static java.lang.String |
ID
|
Fields inherited from interface com.tonbeller.wcf.bookmarks.Bookmarkable |
EXTENSIONAL, INTENSIONAL |
Method Summary |
java.lang.String |
getId()
unique name of this extension. |
void |
initialize(com.tonbeller.wcf.controller.RequestContext context,
TableComponent table)
deferred ctor, called once after creation |
boolean |
isAvailable()
true, if the current olapModel supports all extensions that are required
by this partBuilder. |
boolean |
isButtonPressed()
|
void |
setButtonPressed(boolean value)
|
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
ResetQueryUI
public ResetQueryUI()
getId
public java.lang.String getId()
- Description copied from interface:
TableComponentExtension
- unique name of this extension. Used for JSP programming
initialize
public void initialize(com.tonbeller.wcf.controller.RequestContext context,
TableComponent table)
throws java.lang.Exception
- Description copied from interface:
PartBuilder
- deferred ctor, called once after creation
- Specified by:
initialize
in interface PartBuilder
- Overrides:
initialize
in class PartBuilderSupport
- Throws:
java.lang.Exception
isAvailable
public boolean isAvailable()
- Description copied from interface:
PartBuilder
- true, if the current olapModel supports all extensions that are required
by this partBuilder. If false, a GUI will not show related items.
- Specified by:
isAvailable
in interface PartBuilder
- Specified by:
isAvailable
in interface Available
- Overrides:
isAvailable
in class PartBuilderSupport
isButtonPressed
public boolean isButtonPressed()
setButtonPressed
public void setButtonPressed(boolean value)