public class ColorPickerConfig
extends de.agilecoders.wicket.jquery.AbstractConfig
Configuration holder for all ColorPickerTextField configurations.
| Modifier and Type | Class and Description |
|---|---|
static class |
ColorPickerConfig.Formats |
| Constructor and Description |
|---|
ColorPickerConfig() |
| Modifier and Type | Method and Description |
|---|---|
ColorPickerConfig.Formats |
getFormat() |
boolean |
isAjaxUpdate() |
boolean |
isComponent() |
ColorPickerConfig |
setAjaxUpdate(boolean isAjaxUpdate) |
ColorPickerConfig |
setComponent(boolean isComponent) |
ColorPickerConfig |
withFormat(ColorPickerConfig.Formats format) |
public boolean isAjaxUpdate()
true if Ajax request with the new value should be madepublic ColorPickerConfig setAjaxUpdate(boolean isAjaxUpdate)
isAjaxUpdate - A flag whether Ajax request should be made with the newly selected valuethis instance, for chainingpublic boolean isComponent()
true if the input field is part of a componentpublic ColorPickerConfig setComponent(boolean isComponent)
isComponent - A flag whether the input field is part of a “component”this instance, for chainingpublic ColorPickerConfig.Formats getFormat()
public ColorPickerConfig withFormat(ColorPickerConfig.Formats format)
Copyright © 2011–2014 AgileCoders. All rights reserved.