Package org.apache.pivot.wtk
Interface CalendarButton.Skin
-
- All Known Implementing Classes:
CalendarButtonSkin
,TerraCalendarButtonSkin
- Enclosing class:
- CalendarButton
public static interface CalendarButton.Skin
CalendarButton skin interface. CalendarButton skins must implement this interface to facilitate additional communication between the component and the skin.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Window
getCalendarPopup()
-
-
-
Method Detail
-
getCalendarPopup
Window getCalendarPopup()
-
-