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
HstComponentConfiguration.getParameter(String)
. This element is mandatory.public abstract boolean required
true
if this is a required parameter for the HstComponent
to workpublic abstract String defaultValue
HstComponentConfiguration.getParameters()
. If there is
no defaultValue defined, it is an empty String ""
public abstract String displayName
name()
. If missing, implementations can do
a fallback to name()
public abstract String description
Parameter
public abstract boolean hideInChannelManager
true
if the parameter should not be shown in the channel manager UIpublic abstract Class<? extends PropertyEditor> customEditor
Copyright © 2008-2013 Hippo B.V. (http://www.onehippo.com). All Rights Reserved.