Class AgendaWeekSkin
java.lang.Object
javafx.scene.control.SkinBase<Agenda>
jfxtras.internal.scene.control.skin.agenda.base24hour.AgendaSkinTimeScale24HourAbstract<AgendaWeekSkin>
jfxtras.internal.scene.control.skin.agenda.AgendaWeekSkin
- All Implemented Interfaces:
javafx.scene.control.Skin<Agenda>, AgendaSkin
-
Property Summary
Properties inherited from class AgendaSkinTimeScale24HourAbstract
snapToMinutes -
Field Summary
Fields inherited from class AgendaSkinTimeScale24HourAbstract
borderPane, control -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionAssign a calendar to each day, so it knows what it must draw.private LocalDateget the date of the first day of the weekMethods inherited from class AgendaSkinTimeScale24HourAbstract
convertClickInSceneToDateTime, dispose, getClassCssMetaData, getCssMetaData, getNodeForPopup, getSnapToMinutes, print, reconstruct, refresh, setSnapToMinutes, setupAppointments, snapToMinutesProperty, withSnapToMinutesMethods inherited from class javafx.scene.control.SkinBase
computeBaselineOffset, computeMaxHeight, computeMaxWidth, computeMinHeight, computeMinWidth, computePrefHeight, computePrefWidth, consumeMouseEvents, executeAccessibleAction, getChildren, getNode, getSkinnable, layoutChildren, layoutInArea, layoutInArea, layoutInArea, positionInArea, positionInArea, pseudoClassStateChanged, queryAccessibleAttribute, registerChangeListener, registerInvalidationListener, registerListChangeListener, snappedBottomInset, snappedLeftInset, snappedRightInset, snappedTopInset, snapPosition, snapPositionX, snapPositionY, snapSize, snapSizeX, snapSizeY, snapSpace, snapSpaceX, snapSpaceY, unregisterChangeListeners, unregisterInvalidationListeners, unregisterListChangeListeners
-
Constructor Details
-
AgendaWeekSkin
-
-
Method Details
-
determineDisplayedLocalDates
Assign a calendar to each day, so it knows what it must draw.- Specified by:
determineDisplayedLocalDatesin classAgendaSkinTimeScale24HourAbstract<AgendaWeekSkin>
-
getFirstDayOfWeekLocalDate
get the date of the first day of the week
-