Class PCGroupInputBuilder
- Object
-
- AbstractInputBuilder<T,VT>
-
- AbstractProductAndCustomerInputBuilder<PCGroupInputBuilder,String>
-
- PCGroupInputBuilder
-
public class PCGroupInputBuilder extends AbstractProductAndCustomerInputBuilder<PCGroupInputBuilder,String>
Builder class for input type ProductGroup and CustomerGroup (InputType.PRODUCTGROUP
andInputType.CUSTOMERGROUP
).
-
-
Field Summary
-
Fields inherited from class AbstractProductAndCustomerInputBuilder
attributeName, filterFormulaName, filterFormulaParam
-
Fields inherited from class AbstractInputBuilder
builderContext, cp
-
-
Constructor Summary
Constructors Constructor Description PCGroupInputBuilder(InputBuilderContext builderContext, InputType type, String paramName)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
_getInput()
PCGroupInputBuilder
setPaSearchable(Boolean paSearchable)
Set 'paSearchable' config.-
Methods inherited from class AbstractProductAndCustomerInputBuilder
getOrCreateFilterFormula, setAttributeName, setFilterFormulaName, setFilterFormulaParam
-
Methods inherited from class AbstractInputBuilder
addOrUpdateInput, addToConfiguratorEntry, addToConfiguratorEntry, buildContextParameter, buildMap, getInput, setAccessCode, setAlign, setAlwaysEditable, setAppearance, setAutoComplete, setAutoFocus, setCaption, setConfigValues, setCustomAttributeName, setCustomAttributeValue, setDisabled, setDisplayMode, setErrorMessage, setExportable, setFlex, setHelpLink, setHelpText, setIcon, setIconPosition, setImportable, setLabel, setLabelPlacement, setLabelStyle, setLabelTranslations, setLayoutGridName, setNoRefresh, setParameterGroup, setPlaceholderText, setReadOnly, setRequired, setSize, setSuccessMessage, setTheme, setTitle, setUserGroupEdit, setUserGroupView, setValue, setValueHint, setWarningMessage
-
-
-
-
Constructor Detail
-
PCGroupInputBuilder
public PCGroupInputBuilder(InputBuilderContext builderContext, InputType type, String paramName)
-
-
Method Detail
-
setPaSearchable
public PCGroupInputBuilder setPaSearchable(Boolean paSearchable)
Set 'paSearchable' config.Example:
api.inputBuilderFactory() .createProductGroupEntry() .setPaSearchable(true) // turn on paSearchable configuration .buildContextParameter()
- Parameters:
paSearchable
- searchable flag- Returns:
- self
-
_getInput
protected Object _getInput()
- Specified by:
_getInput
in classAbstractInputBuilder<PCGroupInputBuilder,String>
-
-