Class 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 attribute file which is roughly defined as
     "<name>" => {
       "type" => OBJECT,
       "value-type" => {
         "relative-to" => {
           "type" => STRING,
         },
         "path" => {
           "type" => STRING,
         }
       }
     }
     
    • Constructor Detail

      • FileFormItem

        public FileFormItem​(String name,
                            boolean pathRequired)