|
jBPM Console NG - Generic Client 6.1.0.Final | |||||||||
| 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.Composite
org.jbpm.console.ng.gc.client.util.LiCalendarPicker
public class LiCalendarPicker
Encapsulates set of components which are able to select day/week/month. Contains also buttons for going to previous or next day/week/month.
| Nested Class Summary | |
|---|---|
static class |
LiCalendarPicker.ViewType
|
| 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 | |
|---|---|
com.github.gwtbootstrap.client.ui.ButtonGroup |
buttonGroup
|
com.github.gwtbootstrap.client.ui.NavLink |
buttonGroupLi
|
com.github.gwtbootstrap.client.ui.NavLink |
dayViewTasksNavLink
|
com.github.gwtbootstrap.client.ui.NavLink |
monthViewTasksNavLink
|
com.github.gwtbootstrap.client.ui.NavLink |
weekViewTasksNavLink
|
| Fields inherited from class com.google.gwt.user.client.ui.UIObject |
|---|
DEBUG_ID_PREFIX |
| Constructor Summary | |
|---|---|
LiCalendarPicker()
|
|
| Method Summary | |
|---|---|
com.google.gwt.event.shared.HandlerRegistration |
addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<Date> handler)
Registers handler that is called when the current date value changes. |
void |
adjustDate(boolean back)
Adjust the date (back or to future) based on current view type (day/week/month). |
void |
clear()
|
Date |
getCurrentDate()
|
CalendarListContainer |
getListContainer()
|
String |
getViewType()
|
void |
init()
|
void |
propagateDateChanges()
|
void |
setCalendarView(TaskUtils.TaskView taskView)
|
void |
setCurrentDate(Date currentDate)
|
void |
setListContainer(CalendarListContainer listContainer)
|
void |
setViewType(String viewType)
|
| Methods inherited from class com.google.gwt.user.client.ui.Composite |
|---|
claimElement, getWidget, initializeClaimedElement, initWidget, isAttached, onAttach, onBrowserEvent, onDetach, render, render, resolvePotentialElement, setWidget |
| Methods inherited from class com.google.gwt.user.client.ui.Widget |
|---|
addAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, doAttachChildren, doDetachChildren, fireEvent, getHandlerCount, getLayoutData, getParent, isOrWasAttached, onLoad, onUnload, removeFromParent, setLayoutData, sinkEvents |
| 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, onEnsureDebugId, removeStyleDependentName, removeStyleName, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toString, unsinkEvents |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface com.google.gwt.event.shared.HasHandlers |
|---|
fireEvent |
| Field Detail |
|---|
public com.github.gwtbootstrap.client.ui.NavLink dayViewTasksNavLink
public com.github.gwtbootstrap.client.ui.NavLink weekViewTasksNavLink
public com.github.gwtbootstrap.client.ui.NavLink monthViewTasksNavLink
public com.github.gwtbootstrap.client.ui.NavLink buttonGroupLi
public com.github.gwtbootstrap.client.ui.ButtonGroup buttonGroup
| Constructor Detail |
|---|
public LiCalendarPicker()
| Method Detail |
|---|
public void init()
public void clear()
public CalendarListContainer getListContainer()
public void setListContainer(CalendarListContainer listContainer)
public void setCalendarView(TaskUtils.TaskView taskView)
public String getViewType()
public void setViewType(String viewType)
public Date getCurrentDate()
public void setCurrentDate(Date currentDate)
public void adjustDate(boolean back)
back - flag that indicates if the date should be adjusted to future
(+) or back (-)public void propagateDateChanges()
public com.google.gwt.event.shared.HandlerRegistration addValueChangeHandler(com.google.gwt.event.logical.shared.ValueChangeHandler<Date> handler)
addValueChangeHandler in interface com.google.gwt.event.logical.shared.HasValueChangeHandlers<Date>
|
jBPM Console NG - Generic Client 6.1.0.Final | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||