| Package | Description |
|---|---|
| org.apache.wookie.w3c | |
| org.apache.wookie.w3c.impl |
| Modifier and Type | Interface and Description |
|---|---|
interface |
IPreference |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IParam> |
IFeature.getParameters()
Get collection of widget feature parameters.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IFeature.setParameters(java.util.List<IParam> parameters)
Set collection of widget feature parameters.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ParamEntity |
class |
PreferenceEntity |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<IParam> |
FeatureEntity.getParameters() |
| Modifier and Type | Method and Description |
|---|---|
void |
FeatureEntity.setParameters(java.util.List<IParam> params) |
| Constructor and Description |
|---|
FeatureEntity(java.lang.String name,
boolean required,
java.util.List<IParam> params) |
2012 Apache Software Foundation.