Package org.daypilot.ui
Interface ITimeHeaderParent
public interface ITimeHeaderParent
-
Method Summary
Modifier and TypeMethodDescriptionvoid
boolean
doIncludeCell
(DateTime start, DateTime end, boolean visible) int
int
int
int
boolean
getScale()
boolean
boolean
-
Method Details
-
getVisibleStart
DateTime getVisibleStart() -
isDaysMode
boolean isDaysMode() -
getVisibleEnd
DateTime getVisibleEnd() -
getStartDate
DateTime getStartDate() -
getTimeHeadersResolved
TimeHeaderCollection getTimeHeadersResolved() -
getCellGroupBy
GroupBy getCellGroupBy() -
getHourNameBackColor
String getHourNameBackColor() -
getShowNonBusiness
boolean getShowNonBusiness() -
getBusinessBeginsHour
int getBusinessBeginsHour() -
getBusinessEndsHour
int getBusinessEndsHour() -
getResolvedWeekStart
DayOfWeek getResolvedWeekStart() -
getTimeFormat
TimeFormat getTimeFormat() -
getScale
TimeScale getScale() -
getTimeline
TimeCellCollection getTimeline() -
getCellWidth
int getCellWidth() -
getEndDate
DateTime getEndDate() -
getCellDuration
int getCellDuration() -
getFixedCellWidth
boolean getFixedCellWidth() -
doBeforeTimeHeaderRender
-
doIncludeCell
-
getLocale
Locale getLocale() -
getTimeZone
TimeZone getTimeZone()
-