|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjaxx.runtime.swing.editor.bean.BeanListHeaderHandler<O>
O - le type des objet contenus dans le modèle du composant.public class BeanListHeaderHandler<O>
Le handler d'un BeanListHeader.
BeanListHeader| Field Summary | |
|---|---|
protected MultiJXPathDecorator<O> |
decorator
the decorator of data |
protected boolean |
init
flag to mark when handler was init (it can be init only once). |
static org.apache.commons.logging.Log |
log
|
protected BeanListHeader<O> |
ui
ui if the handler |
| Constructor Summary | |
|---|---|
BeanListHeaderHandler(BeanListHeader<O> ui)
|
|
| Method Summary | |
|---|---|
MultiJXPathDecorator<O> |
getDecorator()
|
O |
getSelectedValue()
|
void |
init(JXPathDecorator<O> decorator,
List<O> data)
Initialise le handler de l'ui |
void |
propertyChange(PropertyChangeEvent evt)
|
protected void |
setIndex(Integer oldValue,
Integer newValue)
Modifie l'index du décorateur |
protected void |
setSortOrder(Boolean oldValue,
Boolean newValue)
Modifie l'index du décorateur |
void |
togglePopup()
Toggle the popup visible state. |
protected void |
updateUI(int index,
boolean reverseSort)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final org.apache.commons.logging.Log log
protected BeanListHeader<O> ui
protected MultiJXPathDecorator<O> decorator
protected boolean init
| Constructor Detail |
|---|
public BeanListHeaderHandler(BeanListHeader<O> ui)
| Method Detail |
|---|
public void init(JXPathDecorator<O> decorator,
List<O> data)
decorator - le decorateur a utiliserdata - la liste des données a gérerpublic void togglePopup()
protected void setIndex(Integer oldValue,
Integer newValue)
oldValue - l'ancienne valeurnewValue - la nouvelle valeur
protected void setSortOrder(Boolean oldValue,
Boolean newValue)
oldValue - l'ancienne valeurnewValue - la nouvelle valeur
protected void updateUI(int index,
boolean reverseSort)
public MultiJXPathDecorator<O> getDecorator()
public void propertyChange(PropertyChangeEvent evt)
propertyChange in interface PropertyChangeListenerpublic O getSelectedValue()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||