public interface ValueConfiguredControl
Control
types that can be configured with a static value to submit, as opposed to pulling
the value from the underlying property
Examples of this are CheckboxControl
, which can be configured with a value that will be submitted when the
checkbox is checked. For example, suppose we had a model property of type Set
Modifier and Type | Method and Description |
---|---|
String |
getValue()
Retrieves the value that will be submitted with the control
|
void |
setValue(String value)
Setter for the value that should be submitted with the control
|
Copyright © 2005–2016 The Kuali Foundation. All rights reserved.