Package org.teamapps.dto
Class UiCalendar
- java.lang.Object
-
- org.teamapps.dto.UiComponent
-
- org.teamapps.dto.UiCalendar
-
- All Implemented Interfaces:
UiObject
public class UiCalendar extends UiComponent implements UiObject
THIS IS GENERATED CODE! PLEASE DO NOT MODIFY - ALL YOUR WORK WOULD BE LOST!
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUiCalendar.AddEventCommandstatic classUiCalendar.ClearCalendarCommandstatic classUiCalendar.DataNeededEventstatic classUiCalendar.DayClickedEventstatic classUiCalendar.DayHeaderClickedEventstatic classUiCalendar.EventClickedEventstatic classUiCalendar.EventMovedEventstatic classUiCalendar.IntervalSelectedEventstatic classUiCalendar.MonthHeaderClickedEventstatic classUiCalendar.RegisterTemplateCommandstatic classUiCalendar.RemoveEventCommandstatic classUiCalendar.SetCalendarDataCommandstatic classUiCalendar.SetDisplayedDateCommandstatic classUiCalendar.SetTimeZoneIdCommandstatic classUiCalendar.SetViewModeCommandstatic classUiCalendar.ViewChangedEventstatic classUiCalendar.WeekHeaderClickedEvent-
Nested classes/interfaces inherited from class org.teamapps.dto.UiComponent
UiComponent.SetStyleCommand, UiComponent.SetVisibleCommand
-
-
Field Summary
Fields Modifier and Type Field Description protected UiCalendarViewModeactiveViewModeprotected intbusinessHoursEndprotected intbusinessHoursStartprotected UiColordefaultBackgroundColorprotected UiColordefaultBorderColorprotected longdisplayedDateprotected UiWeekDayfirstDayOfWeekprotected java.util.List<UiCalendarEventClientRecord>initialDataprotected intmaxYearViewMonthTileWidthprotected intminYearViewMonthTileWidthprotected booleannavigateOnHeaderClicksprotected booleanshowHeaderprotected booleanshowWeekNumbersprotected booleantableBorderprotected UiColortableHeaderBackgroundColorprotected java.util.Map<java.lang.String,UiTemplate>templatesprotected java.lang.StringtimeZoneIdprotected java.util.List<UiWeekDay>workingDays-
Fields inherited from class org.teamapps.dto.UiComponent
id, stylesBySelector, visible
-
-
Constructor Summary
Constructors Constructor Description UiCalendar()
-
Method Summary
-
Methods inherited from class org.teamapps.dto.UiComponent
getId, getStylesBySelector, getVisible
-
-
-
-
Field Detail
-
templates
protected java.util.Map<java.lang.String,UiTemplate> templates
-
initialData
protected java.util.List<UiCalendarEventClientRecord> initialData
-
activeViewMode
protected UiCalendarViewMode activeViewMode
-
displayedDate
protected long displayedDate
-
showHeader
protected boolean showHeader
-
tableBorder
protected boolean tableBorder
-
showWeekNumbers
protected boolean showWeekNumbers
-
businessHoursStart
protected int businessHoursStart
-
businessHoursEnd
protected int businessHoursEnd
-
firstDayOfWeek
protected UiWeekDay firstDayOfWeek
-
workingDays
protected java.util.List<UiWeekDay> workingDays
-
tableHeaderBackgroundColor
protected UiColor tableHeaderBackgroundColor
-
defaultBackgroundColor
protected UiColor defaultBackgroundColor
-
defaultBorderColor
protected UiColor defaultBorderColor
-
navigateOnHeaderClicks
protected boolean navigateOnHeaderClicks
-
minYearViewMonthTileWidth
protected int minYearViewMonthTileWidth
-
maxYearViewMonthTileWidth
protected int maxYearViewMonthTileWidth
-
timeZoneId
protected java.lang.String timeZoneId
-
-
Method Detail
-
getUiObjectType
public UiObjectType getUiObjectType()
- Specified by:
getUiObjectTypein interfaceUiObject- Overrides:
getUiObjectTypein classUiComponent
-
toString
public java.lang.String toString()
- Overrides:
toStringin classUiComponent
-
getTemplates
public java.util.Map<java.lang.String,UiTemplate> getTemplates()
-
getInitialData
public java.util.List<UiCalendarEventClientRecord> getInitialData()
-
getActiveViewMode
public UiCalendarViewMode getActiveViewMode()
-
getDisplayedDate
public long getDisplayedDate()
-
getShowHeader
public boolean getShowHeader()
-
getTableBorder
public boolean getTableBorder()
-
getShowWeekNumbers
public boolean getShowWeekNumbers()
-
getBusinessHoursStart
public int getBusinessHoursStart()
-
getBusinessHoursEnd
public int getBusinessHoursEnd()
-
getFirstDayOfWeek
public UiWeekDay getFirstDayOfWeek()
-
getWorkingDays
public java.util.List<UiWeekDay> getWorkingDays()
-
getTableHeaderBackgroundColor
public UiColor getTableHeaderBackgroundColor()
-
getDefaultBackgroundColor
public UiColor getDefaultBackgroundColor()
-
getDefaultBorderColor
public UiColor getDefaultBorderColor()
-
getNavigateOnHeaderClicks
public boolean getNavigateOnHeaderClicks()
-
getMinYearViewMonthTileWidth
public int getMinYearViewMonthTileWidth()
-
getMaxYearViewMonthTileWidth
public int getMaxYearViewMonthTileWidth()
-
getTimeZoneId
public java.lang.String getTimeZoneId()
-
setId
public UiCalendar setId(java.lang.String id)
- Overrides:
setIdin classUiComponent
-
setVisible
public UiCalendar setVisible(boolean visible)
- Overrides:
setVisiblein classUiComponent
-
setStylesBySelector
public UiCalendar setStylesBySelector(java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> stylesBySelector)
- Overrides:
setStylesBySelectorin classUiComponent
-
setTemplates
public UiCalendar setTemplates(java.util.Map<java.lang.String,UiTemplate> templates)
-
setInitialData
public UiCalendar setInitialData(java.util.List<UiCalendarEventClientRecord> initialData)
-
setActiveViewMode
public UiCalendar setActiveViewMode(UiCalendarViewMode activeViewMode)
-
setDisplayedDate
public UiCalendar setDisplayedDate(long displayedDate)
-
setShowHeader
public UiCalendar setShowHeader(boolean showHeader)
-
setTableBorder
public UiCalendar setTableBorder(boolean tableBorder)
-
setShowWeekNumbers
public UiCalendar setShowWeekNumbers(boolean showWeekNumbers)
-
setBusinessHoursStart
public UiCalendar setBusinessHoursStart(int businessHoursStart)
-
setBusinessHoursEnd
public UiCalendar setBusinessHoursEnd(int businessHoursEnd)
-
setFirstDayOfWeek
public UiCalendar setFirstDayOfWeek(UiWeekDay firstDayOfWeek)
-
setWorkingDays
public UiCalendar setWorkingDays(java.util.List<UiWeekDay> workingDays)
-
setTableHeaderBackgroundColor
public UiCalendar setTableHeaderBackgroundColor(UiColor tableHeaderBackgroundColor)
-
setDefaultBackgroundColor
public UiCalendar setDefaultBackgroundColor(UiColor defaultBackgroundColor)
-
setDefaultBorderColor
public UiCalendar setDefaultBorderColor(UiColor defaultBorderColor)
-
setNavigateOnHeaderClicks
public UiCalendar setNavigateOnHeaderClicks(boolean navigateOnHeaderClicks)
-
setMinYearViewMonthTileWidth
public UiCalendar setMinYearViewMonthTileWidth(int minYearViewMonthTileWidth)
-
setMaxYearViewMonthTileWidth
public UiCalendar setMaxYearViewMonthTileWidth(int maxYearViewMonthTileWidth)
-
setTimeZoneId
public UiCalendar setTimeZoneId(java.lang.String timeZoneId)
-
-