public class DHXPlannerXY extends DHXPlannerSettingsBase
Constructor and Description |
---|
DHXPlannerXY()
Create new instance of SchedulerXY
|
Modifier and Type | Method and Description |
---|---|
int |
getBarHeight()
Height of event bars in month view
|
int |
getEditorWidth()
The width of event text input
|
int |
getLightboxAdditionalHeight() |
int |
getMapDateWidth()
Following option are available only on MapView.
|
int |
getMapDescriptionWidth()
Following option are available only on MapView.
|
int |
getMarginLeft()
Left margin of the calendar
|
int |
getMarginTop()
Top margin of the calendar
|
int |
getMenuWidth()
Width of selection menu on the day|week views
|
int |
getMinEventHeight()
Minimal height of displayed event
|
int |
getMonthScaleHeight()
Height of the month cells in month view
|
int |
getNavHeight()
Height of top area with navigation buttons and tabs
|
int |
getScaleHeight()
Height of x-scale
|
int |
getScaleWidth()
Width of y-scale
|
int |
getScrollWidth()
Expected width of scrollbar
|
int |
getWeekAgendaScaleHeight() |
int |
getYearTop() |
java.lang.String |
render(java.lang.String name)
Render settings
|
void |
setBarHeight(int value) |
void |
setEditorWidth(int value) |
void |
setLightboxAdditionalHeight(int value) |
void |
setMapDateWidth(int value) |
void |
setMapDescriptionWidth(int value) |
void |
setMarginLeft(int value) |
void |
setMarginTop(int value) |
void |
setMenuWidth(int value) |
void |
setMinEventHeight(int value) |
void |
setMonthScaleHeight(int value) |
void |
setNavHeight(int value) |
void |
setScaleHeight(int value) |
void |
setScaleWidth(int value) |
void |
setScrollWidth(int value) |
void |
setWeekAgendaScaleHeight(int value) |
void |
setYearTop(int value) |
getCSS, getJS, getPrefix, getProperties, reset, setPrefix
public int getBarHeight()
public void setBarHeight(int value)
public int getEditorWidth()
public void setEditorWidth(int value)
public int getMarginLeft()
public void setMarginLeft(int value)
public int getMarginTop()
public void setMarginTop(int value)
public int getMenuWidth()
public void setMenuWidth(int value)
public int getMinEventHeight()
public void setMinEventHeight(int value)
public int getMonthScaleHeight()
public void setMonthScaleHeight(int value)
public int getNavHeight()
public void setNavHeight(int value)
public int getScaleHeight()
public void setScaleHeight(int value)
public int getScaleWidth()
public void setScaleWidth(int value)
public int getScrollWidth()
public void setScrollWidth(int value)
public int getMapDateWidth()
public void setMapDateWidth(int value)
public int getMapDescriptionWidth()
public void setMapDescriptionWidth(int value)
public int getYearTop()
public void setYearTop(int value)
public int getWeekAgendaScaleHeight()
public void setWeekAgendaScaleHeight(int value)
public int getLightboxAdditionalHeight()
public void setLightboxAdditionalHeight(int value)
public java.lang.String render(java.lang.String name) throws java.lang.Exception
DHXPlannerSettingsBase
render
in class DHXPlannerSettingsBase
java.lang.Exception