|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use KeyColumn | |
|---|---|
| org.ujorm.wicket.component.dialog.domestic | |
| org.ujorm.wicket.component.grid | |
| Uses of KeyColumn in org.ujorm.wicket.component.dialog.domestic |
|---|
| Methods in org.ujorm.wicket.component.dialog.domestic that return KeyColumn | |
|---|---|
KeyColumn<U,Object> |
OfferModel.createSelectColumn(String action)
Create new instance of an KeyColumn |
| Uses of KeyColumn in org.ujorm.wicket.component.grid |
|---|
| Subclasses of KeyColumn in org.ujorm.wicket.component.grid | |
|---|---|
class |
KeyColumnBoolean<U extends Ujo>
Key column for a boolean data type |
class |
KeyColumnDate<U extends Ujo>
Key column for a Date data type |
class |
KeyColumnEnum<U extends Ujo,T extends Enum<T>>
Key column for a Date data type |
| Methods in org.ujorm.wicket.component.grid that return KeyColumn | ||
|---|---|---|
static
|
KeyColumn.of(Key<U,T> key,
boolean sorted)
A factory method |
|
static
|
KeyColumnBoolean.of(Key<U,T> key,
boolean sorted)
A factory method where a default key KeyColumnBoolean.getCssAffirmativeClass() have got value KeyColumnBoolean.DEFAULT_CSS_AFFIRMATIVE_CLASS |
|
static
|
KeyColumn.of(Key<U,T> key,
boolean sorted,
String cssClass)
A factory method |
|
static
|
KeyColumnBoolean.of(Key<U,T> key,
boolean sorted,
String cssTrueClass)
A factory method |
|
static
|
KeyColumnEnum.of(Key<U,T> key,
boolean sorted,
String cssClass)
A factory method |
|
static
|
KeyColumnDate.of(Key<U,T> key,
boolean sorted,
String cssClass)
A factory method |
|
static
|
KeyColumnDate.of(Key<U,T> key,
boolean sorted,
String cssClass,
String localeDateFormatKey)
A factory method |
|
static
|
KeyColumn.of(Key<U,T> key,
Key<U,T> sort,
String cssClass)
A factory method |
|
static
|
KeyColumnBoolean.of(Key<U,T> key,
Key<U,T> sort,
String cssTrueClass)
A factory method |
|
static
|
KeyColumnEnum.of(Key<U,T> key,
Key<U,T> sort,
String cssClass)
A factory method |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||