Package | Description |
---|---|
org.wicketstuff.jwicket.ui.datepicker | |
org.wicketstuff.jwicket.ui.dragdrop | |
org.wicketstuff.jwicket.ui.resizable |
Modifier and Type | Method and Description |
---|---|
protected void |
DatePicker.onChangeMonthYear(org.apache.wicket.ajax.AjaxRequestTarget target,
String year,
String month,
SpecialKeys specialKeys)
If you have set
DatePicker.setWantOnChangeMonthYearNotification(boolean) to true
this method is called after another moth or year is displayed, regardless of picking a date. |
protected void |
DatePicker.onClose(org.apache.wicket.ajax.AjaxRequestTarget target,
String pickedDate,
SpecialKeys specialKeys)
If you have set
DatePicker.setWantOnCloseNotification(boolean) to true
this method is called after the datepicker was closed, regardless of picking a date. |
protected void |
DatePicker.onSelect(org.apache.wicket.ajax.AjaxRequestTarget target,
Date pickedDate,
SpecialKeys specialKeys)
If you have set
DatePicker.setWantOnSelectNotification(boolean) to true
this method is called after the user picked a date in the datepicker. |
protected void |
DatePicker.onSelect(org.apache.wicket.ajax.AjaxRequestTarget target,
Date pickedDate,
SpecialKeys specialKeys)
If you have set
DatePicker.setWantOnSelectNotification(boolean) to true
this method is called after the user picked a date in the datepicker. |
protected void |
DatePicker.onSelect(org.apache.wicket.ajax.AjaxRequestTarget target,
String pickedDate,
SpecialKeys specialKeys)
If you have set
DatePicker.setWantOnSelectNotification(boolean) to true
this method is called after the user picked a date in the datepicker. |
Modifier and Type | Method and Description |
---|---|
protected void |
DroppableBehavior.onActivate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component draggedComponent,
SpecialKeys specialKeys)
This method is called when a draggable
Component is starting to
drag and the dragging Component 's name is accepted to be
dropped onto this. |
void |
IDroppable.onActivate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component draggedComponent,
SpecialKeys specialKeys)
This method is called when a draggable
Component is starting to
drag and the dragging Component 's name is accepted to be
dropped onto this Component . |
protected void |
DroppableBehavior.onDeactivate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component draggedComponent,
SpecialKeys specialKeys)
This method is called when a draggable
Component has stopped
dragging and the dragging Component 's name was accepted to be
dropped onto this. |
void |
IDroppable.onDeactivate(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component draggedComponent,
SpecialKeys specialKeys)
This method is called when a draggable
Component has stopped
dragging and the dragging Component 's name was accepted to be
dropped onto this Component . |
protected void |
DraggableBehavior.onDrag(org.apache.wicket.ajax.AjaxRequestTarget target,
SpecialKeys specialKeys)
If you have set
DraggableBehavior.setWantOnDragNotification(boolean) to true
this method is called whenever ths mouse moves during the drag operation. |
void |
IDraggable.onDrag(org.apache.wicket.ajax.AjaxRequestTarget target,
SpecialKeys specialKeys)
If the Wicket
Component is marked as draggable by adding
a DraggableBehavior to it and the DraggableBehavior
has DraggableBehavior.setWantOnDragNotification(boolean) to true,
this method is called every time the mouse is moved while draging
this Component . |
protected void |
DraggableBehavior.onDragStart(org.apache.wicket.ajax.AjaxRequestTarget target,
SpecialKeys specialKeys)
If you have set
DraggableBehavior.setWantOnDragStartNotification(boolean) to true
this method is called when the drag operation starts. |
void |
IDraggable.onDragStart(org.apache.wicket.ajax.AjaxRequestTarget target,
SpecialKeys specialKeys)
If the Wicket
Component is marked as draggable by adding
a DraggableBehavior to it and the DraggableBehavior
has DraggableBehavior.setWantOnDragStartNotification(boolean) to true,
this method is called when the user starts to drag this Component . |
protected void |
DraggableBehavior.onDragStop(org.apache.wicket.ajax.AjaxRequestTarget target,
SpecialKeys specialKeys)
If you have set
DraggableBehavior.setWantOnDragStopNotification(boolean) to true
this method is called when the drag operation stops. |
void |
IDraggable.onDragStop(org.apache.wicket.ajax.AjaxRequestTarget target,
SpecialKeys specialKeys)
If the Wicket
Component is marked as draggable by adding
a DraggableBehavior to it and the DraggableBehavior
has DraggableBehavior.setWantOnDragStopNotification(boolean) to true,
this method is called when the user stops to drag this Component . |
protected void |
DroppableBehavior.onDrop(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component draggedComponent,
SpecialKeys specialKeys)
This method is called when a draggable
Component is dropped onto
a Component marked with this behavior. |
void |
IDroppable.onDrop(org.apache.wicket.ajax.AjaxRequestTarget target,
org.apache.wicket.Component draggedComponent,
SpecialKeys specialKeys)
If the Wicket
Component is marked as droppable by adding
a DroppableBehavior to it,
this method is called when a draggable Component is dropped
onto this Component and this Component accepts the draggable. |
Modifier and Type | Method and Description |
---|---|
void |
IResizable.onResize(org.apache.wicket.ajax.AjaxRequestTarget target,
int top,
int left,
int width,
int height,
SpecialKeys specialKeys)
If the Wicket
Component is marked as resizable by adding
a ResizableBehavior to it and the ResizableBehavior
has set ResizableBehavior.setWantOnResizeNotification(boolean)
to true,
this method is called every time the mouse moves during the resize operation. |
protected void |
ResizableBehavior.onResize(org.apache.wicket.ajax.AjaxRequestTarget target,
int top,
int left,
int width,
int height,
SpecialKeys specialKeys)
If you have set
ResizableBehavior.setWantOnResizeNotification(boolean) to true
this method is called when the mouse moves during the resize operation. |
void |
IResizable.onResized(org.apache.wicket.ajax.AjaxRequestTarget target,
int top,
int left,
int width,
int height,
int originalTop,
int originalLeft,
int originalWidth,
int originalHeight,
SpecialKeys specialKeys)
If the Wicket
Component is marked as resizable by adding
a ResizableBehavior to it,
this method is called after the resize operatioin has finished |
protected void |
ResizableBehavior.onResized(org.apache.wicket.ajax.AjaxRequestTarget target,
int top,
int left,
int width,
int height,
int originalTop,
int originalLeft,
int originalWidth,
int originalHeight,
SpecialKeys specialKeys)
After the resize operation has ended this method is called.
|
void |
IResizable.onResizeStart(org.apache.wicket.ajax.AjaxRequestTarget target,
int top,
int left,
int width,
int height,
SpecialKeys specialKeys)
If the Wicket
Component is marked as resizable by adding
a ResizableBehavior to it and the ResizableBehavior
has set ResizableBehavior.setWantOnresizeStartNotification(boolean)
to true,
this method is called when the resize operation starts. |
protected void |
ResizableBehavior.onResizeStart(org.apache.wicket.ajax.AjaxRequestTarget target,
int top,
int left,
int width,
int height,
SpecialKeys specialKeys)
If you have set
ResizableBehavior.setWantOnresizeStartNotification(boolean) to true
this method is called when the resize operation starts. |
Copyright © 2015. All rights reserved.