|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.google.gwt.user.client.ui.UIObject
com.google.gwt.user.client.ui.Widget
com.google.gwt.user.client.ui.Panel
com.google.gwt.user.client.ui.HTMLTable
com.google.gwt.user.client.ui.FlexTable
com.itmill.toolkit.terminal.gwt.client.ui.ICalendarPanel
public class ICalendarPanel
Nested Class Summary | |
---|---|
static interface |
ICalendarPanel.CalendarEntrySource
|
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.FlexTable |
---|
com.google.gwt.user.client.ui.FlexTable.FlexCellFormatter |
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.HTMLTable |
---|
com.google.gwt.user.client.ui.HTMLTable.CellFormatter, com.google.gwt.user.client.ui.HTMLTable.ColumnFormatter, com.google.gwt.user.client.ui.HTMLTable.RowFormatter |
Nested classes/interfaces inherited from class com.google.gwt.user.client.ui.UIObject |
---|
com.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled |
Field Summary |
---|
Fields inherited from class com.google.gwt.user.client.ui.UIObject |
---|
DEBUG_ID_PREFIX |
Constructor Summary | |
---|---|
ICalendarPanel(IDateField parent)
|
|
ICalendarPanel(IDateField parent,
Date min,
Date max)
|
Method Summary | |
---|---|
ICalendarPanel.CalendarEntrySource |
getCalendarEntrySource()
|
void |
onMouseDown(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
|
void |
onMouseEnter(com.google.gwt.user.client.ui.Widget sender)
|
void |
onMouseLeave(com.google.gwt.user.client.ui.Widget sender)
|
void |
onMouseMove(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
|
void |
onMouseUp(com.google.gwt.user.client.ui.Widget sender,
int x,
int y)
|
void |
setCalendarEntrySource(ICalendarPanel.CalendarEntrySource entrySource)
|
void |
setFocus(boolean focus)
Sets focus to Calendar panel. |
void |
setLimits(Date min,
Date max)
|
void |
updateCalendar()
|
Methods inherited from class com.google.gwt.user.client.ui.FlexTable |
---|
addCell, getCellCount, getFlexCellFormatter, getRowCount, insertCell, insertRow, prepareCell, prepareRow, removeCell, removeCells, removeRow |
Methods inherited from class com.google.gwt.user.client.ui.HTMLTable |
---|
addTableListener, checkCellBounds, checkRowBounds, clear, clearCell, createCell, getBodyElement, getCellFormatter, getCellPadding, getCellSpacing, getColumnFormatter, getDOMCellCount, getDOMCellCount, getDOMRowCount, getDOMRowCount, getEventTargetCell, getHTML, getRowFormatter, getText, getWidget, insertCells, internalClearCell, isCellPresent, iterator, onBrowserEvent, onEnsureDebugId, prepareColumn, remove, removeTableListener, setBorderWidth, setCellFormatter, setCellPadding, setCellSpacing, setColumnFormatter, setHTML, setRowFormatter, setText, setWidget |
Methods inherited from class com.google.gwt.user.client.ui.Panel |
---|
add, adopt, adopt, disown, doAttachChildren, doDetachChildren, onLoad, onUnload, orphan |
Methods inherited from class com.google.gwt.user.client.ui.Widget |
---|
getParent, isAttached, onAttach, onDetach, removeFromParent |
Methods inherited from class com.google.gwt.user.client.ui.UIObject |
---|
addStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setWidth, setVisible, setVisible, sinkEvents, toString, unsinkEvents |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ICalendarPanel(IDateField parent)
public ICalendarPanel(IDateField parent, Date min, Date max)
Method Detail |
---|
public void updateCalendar()
forceRedraw
- Build all from scratch, in case of e.g. locale changespublic void onMouseDown(com.google.gwt.user.client.ui.Widget sender, int x, int y)
onMouseDown
in interface com.google.gwt.user.client.ui.MouseListener
public void onMouseEnter(com.google.gwt.user.client.ui.Widget sender)
onMouseEnter
in interface com.google.gwt.user.client.ui.MouseListener
public void onMouseLeave(com.google.gwt.user.client.ui.Widget sender)
onMouseLeave
in interface com.google.gwt.user.client.ui.MouseListener
public void onMouseMove(com.google.gwt.user.client.ui.Widget sender, int x, int y)
onMouseMove
in interface com.google.gwt.user.client.ui.MouseListener
public void onMouseUp(com.google.gwt.user.client.ui.Widget sender, int x, int y)
onMouseUp
in interface com.google.gwt.user.client.ui.MouseListener
public void setLimits(Date min, Date max)
public void setCalendarEntrySource(ICalendarPanel.CalendarEntrySource entrySource)
public ICalendarPanel.CalendarEntrySource getCalendarEntrySource()
public void setFocus(boolean focus)
focus
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |