|
LEONARDI Application Composer - 8.9.0.40 by W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectleon.control.LyController
leon.control.LyAreaController
leon.control.LySortWizardController
public class LySortWizardController
This class implements the sort wizard edition area. This form enables the user to type in elementary sort criterion (fieldInfo / direction).
Field Summary | |
---|---|
static java.lang.String |
__VERSION
File Version |
static int |
DEFAULT_FIELD_NUMBER
Default number of fields |
static java.lang.String |
DIR_DECREASING
Sort Wizard id : Sort Wizard direction decreasing. |
static java.lang.String |
DIR_INCREASING
Sort Wizard id : Sort Wizard direction increasing. |
static java.lang.String |
DIRECTION
Sort Wizard id : Sort Wizard direction. |
static java.lang.String |
FIELD
Sort Wizard id : Sort Wizard field. |
static java.lang.String |
GROUP_BY
Sort Wizard id : Sort Wizard group by. |
static java.lang.String |
GROUPED
Sort Wizard id : Sort Wizard grouped. |
static int |
MAX_GROUP_BY
Default number of Group by |
Fields inherited from class leon.control.LyAreaController |
---|
DEFAULT_MENU_ITEM_IMAGE_SIZE, DEMAND_APPLY, DEMAND_CANCEL, DEMAND_CLOSE, DEMAND_CREATE_CHART, DEMAND_DELETE_CHART, DEMAND_DELETE_OBJECTINFOS, DEMAND_DELETE_PREFERENCE, DEMAND_UPDATE_VIEW, DEMAND_VALIDATE |
Fields inherited from class leon.control.LyController |
---|
_nbControllers, _nextId, CONTROLLER_ID_SEP, DEFAULT_IMAGE_FORMAT, DEMAND_HELP, ID_SEP |
Constructor Summary | |
---|---|
LySortWizardController(LySession session,
LyController parent,
LyAction action,
LyClassInfo classInfo,
LyObjectList objects)
Default constructor |
Method Summary | |
---|---|
void |
actionDemand(LyActionDemand demand)
Invoked when the user validates the content of the input. |
java.lang.Class<?> |
getBehaviorInterface()
Method that gives the interface that must be implemented by the behavior associated to this controller. |
int |
getMaxItem()
Get the max number of item for the sort wizard. |
LySortEndInterface |
getSortEndInterface()
Accessor to the interface that will receive the new sort notification. |
boolean |
isViewResizable()
Indicates if the view for this form controller is resizable. |
void |
setSort(LySort sort)
Sets sort of this wizard. |
void |
setSortEndInterface(LySortEndInterface sortInterface)
Setter for the interface that will receive the new sort. |
Methods inherited from class leon.control.LyController |
---|
activateViewDemand, demandPerformed, dragDropDemand, getApplication, getClassInfo, getComponent, getId, getImage, getImage, getImage, getImage, getImageFromPrefix, getImageFromPrefix, getImageFromPrefix, getName, getObjectId, getSession, getUserData, getView, getViewManager, helpDemand, hideView, isFreed, isIdle, selectionDemand, setBuilder, setBuilderClass, setLastModified, setName, setUserData, showError, showError, showWarning, updateViewFromValues |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final java.lang.String __VERSION
public static final java.lang.String FIELD
public static final java.lang.String DIRECTION
public static final java.lang.String DIR_DECREASING
public static final java.lang.String DIR_INCREASING
public static final java.lang.String GROUP_BY
public static final java.lang.String GROUPED
public static int DEFAULT_FIELD_NUMBER
public static int MAX_GROUP_BY
Constructor Detail |
---|
public LySortWizardController(LySession session, LyController parent, LyAction action, LyClassInfo classInfo, LyObjectList objects)
session
- the current sessionparent
- parent controlleraction
- the corresponding actionclassInfo
- the associated classInfoobjects
- the contextMethod Detail |
---|
public java.lang.Class<?> getBehaviorInterface()
getBehaviorInterface
in class LyAreaController
public boolean isViewResizable()
isViewResizable
in class LyAreaController
public void setSortEndInterface(LySortEndInterface sortInterface)
sortInterface
- the interfacepublic LySortEndInterface getSortEndInterface()
public int getMaxItem()
public void actionDemand(LyActionDemand demand)
actionDemand
in class LyAreaController
demand
- demand parameters sent by the view component.LyController.demandPerformed(leon.view.event.LyDemand)
public void setSort(LySort sort)
sort
- New sort.
|
(c) January 2013 - W4 S.A. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |