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
Copyright © 2005–2015 The Kuali Foundation. All rights reserved.