@Retention(value=RUNTIME) @Target(value=METHOD) public @interface Parameter
ParametersInfo| Modifier and Type | Required Element and Description |
|---|---|
String |
name |
| Modifier and Type | Optional Element and Description |
|---|---|
Class<? extends PropertyEditor> |
customEditor
This is still experimental.
|
String |
defaultValue |
String |
description |
String |
displayName |
boolean |
hideInChannelManager |
boolean |
required |
public abstract String name
public abstract boolean required
true if this is a required parameter for the org.hippoecm.hst.core.component.HstComponent to workpublic abstract String defaultValue
""public abstract boolean hideInChannelManager
true if the parameter should not be shown in the channel manager UIpublic abstract Class<? extends PropertyEditor> customEditor
Copyright © 2012–2016 Hippo B.V. (http://www.onehippo.com). All rights reserved.