C - the generic type for the Componentpublic class WicketField<C extends org.apache.wicket.Component>
extends net.sourceforge.jaulp.xml.tag.SimpleTag
| Modifier and Type | Field and Description |
|---|---|
static String |
WICKET_ID
The Constant WICKET_ID for the corresponding html attribute.
|
| Constructor and Description |
|---|
WicketField() |
| Modifier and Type | Method and Description |
|---|---|
C |
getComponent()
Gets the component.
|
String |
getWicketId()
Gets the wicket id.
|
void |
setComponent(C component)
Sets the component.
|
public static final String WICKET_ID
Copyright © 2010–2015. All rights reserved.