|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
oracle.adf.view.faces.bi.component.gantt.TaskbarFormatManager
public class TaskbarFormatManager
A TaskbarFormatManager manages lists of bar formats. Application developers could register their new custom task or background type and its associated bar format object with the TaskbarFormatManager.
Field Summary | |
---|---|
static java.lang.String |
DEFAULT_STYLE Constant for default style. |
Constructor Summary | |
---|---|
TaskbarFormatManager() Constructor to create an instance of TaskbarFormatManager. |
Method Summary | |
---|---|
BackgroundBarFormat |
getBackgroundBarFormat(java.lang.String type) Retrieves the BackgroundBarFormat object based on the task type. |
java.util.Iterator |
getBackgroundBarTypes() |
TaskbarFormat |
getTaskbarFormat(java.lang.String type) Retrieves the TaskbarFormat object based on the task type. |
java.util.Iterator |
getTaskbarTypes() |
void |
registerBackgroundBarFormat(java.lang.String type, BackgroundBarFormat format) Registers a BackgroundBarFormat for a task type. |
void |
registerTaskbarFormat(java.lang.String type, TaskbarFormat format) Register a TaskbarFormat for a task type. |
void |
unregisterBackgroundBarFormat(java.lang.String type) Unregisters a BackgroundBarFormat for a task type. |
void |
unregisterTaskbarFormat(java.lang.String type) Unregister a TaskbarFormat for a task type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String DEFAULT_STYLE
Constructor Detail |
---|
public TaskbarFormatManager()
Method Detail |
---|
public void registerBackgroundBarFormat(java.lang.String type, BackgroundBarFormat format)
type
- the task bar type. This is basically to identify the BackgroundBarFormat.format
- the BackgroundBarFormat object to register.public void registerTaskbarFormat(java.lang.String type, TaskbarFormat format)
type
- the task bar type. This is basically to identify the TaskbarFormat.format
- the TaskbarFormat object to register.public void unregisterBackgroundBarFormat(java.lang.String type)
type
- the task bar type. This is basically to identify the BackgroundBarFormat.public void unregisterTaskbarFormat(java.lang.String type)
type
- the task bar type. This is basically to identify the TaskbarFormat.public BackgroundBarFormat getBackgroundBarFormat(java.lang.String type)
type
- the task type which identifies the BackgroundBarFormat.public TaskbarFormat getTaskbarFormat(java.lang.String type)
type
- the task type which identifies the TaskbarFormat.public java.util.Iterator getBackgroundBarTypes()
public java.util.Iterator getTaskbarTypes()
|
Oracle Fusion Middleware Java API Reference for Oracle Data Visualization Components 11g Release 1 (11.1.1.9.0) E52941-01 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |