Package org.jboss.hal.core.ui
Class FileFormItem
- java.lang.Object
-
- org.jboss.hal.ballroom.form.AbstractFormItem<ModelNode>
-
- org.jboss.hal.ballroom.form.CompositeFormItem
-
- org.jboss.hal.core.ui.FileFormItem
-
- All Implemented Interfaces:
com.google.gwt.event.logical.shared.HasValueChangeHandlers<ModelNode>,com.google.gwt.event.shared.HasHandlers,com.google.gwt.user.client.TakesValue<ModelNode>,com.google.gwt.user.client.ui.Focusable,com.google.gwt.user.client.ui.HasEnabled,com.google.gwt.user.client.ui.HasName,com.google.gwt.user.client.ui.HasValue<ModelNode>,Attachable,FormItem<ModelNode>,ModelNodeItem
public class FileFormItem extends CompositeFormItem
Form item used in the logging subsystem to configure the complex attributefilewhich is roughly defined as"<name>" => { "type" => OBJECT, "value-type" => { "relative-to" => { "type" => STRING, }, "path" => { "type" => STRING, } } }
-
-
Constructor Summary
Constructors Constructor Description FileFormItem(String name, boolean pathRequired)
-
Method Summary
-
Methods inherited from class org.jboss.hal.ballroom.form.CompositeFormItem
addValidationHandler, addValueChangeHandler, attach, clearValue, detach, element, getId, getTabIndex, getValue, isEmpty, isEnabled, isRequired, isRestricted, registerSuggestHandler, setEnabled, setFocus, setId, setRequired, setRestricted, setTabIndex, setUndefined, setValue, supportsExpressions, validate
-
Methods inherited from class org.jboss.hal.ballroom.form.AbstractFormItem
addEncryptExpressionHandler, addResolveExpressionHandler, assignDefaultValue, clearError, fireEvent, getExpressionValue, getLabel, getName, isDeprecated, isExpressionAllowed, isExpressionValue, isModified, isUndefined, mask, onSuggest, setAccessKey, setDeprecated, setExpressionAllowed, setExpressionValue, setLabel, setModified, setName, setStability, setValue, showError, unmask
-
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.jboss.hal.ballroom.form.FormItem
addEncryptExpressionHandler, addResolveExpressionHandler, assignDefaultValue, clearError, getExpressionValue, getLabel, isDeprecated, isExpressionAllowed, isExpressionValue, isModified, isUndefined, mask, setDeprecated, setExpressionAllowed, setExpressionValue, setLabel, setModified, setStability, showError, unmask
-
-
-
-
Constructor Detail
-
FileFormItem
public FileFormItem(String name, boolean pathRequired)
-
-