public class DHXViewsController extends DHXPlannerControlsBase
Constructor and Description |
---|
DHXViewsController()
Create new instance of SchedulerViewsController.
|
Modifier and Type | Method and Description |
---|---|
void |
add(DHXView obj) |
void |
add(DHXView obj,
java.lang.Boolean ignore)
Add view to scheduler
|
int |
count()
Returns number of added views
|
DHXView |
getView(int index)
Get view by index
|
java.util.ArrayList<DHXView> |
getViews()
Get collection of scheduler views
|
void |
setView(int index,
DHXView view) |
public DHXViewsController()
public void add(DHXView obj, java.lang.Boolean ignore)
obj
- Scheduler viewpublic void add(DHXView obj)
public int count()
public DHXView getView(int index)
index
- public void setView(int index, DHXView view)
public java.util.ArrayList<DHXView> getViews()