Class ColumnSubmit

All Implemented Interfaces:
Serializable, overit.geocall.marks.MethodExposer, overit.geocall.marks.NameExposer, Badgeable, Hideable, Identified, Tool, overit.geocall.ux.configurability.UIConfigurable, overit.geocall.ux.edm.ModelConfigurable

@Component @Configurable public class ColumnSubmit extends ColumnButton
This element extends ColumnButton and must be used to create a button in a column that valid data as well as submit them. Obviously the TableView (or a component that extends it) in which the column is included must also be included in a Form (or a component that extends it) to allow the data to be sent. If the column is not included in a Form, the validation returns always "true".
See Also:
GCApi:
component
  • Constructor Details

    • ColumnSubmit

      public ColumnSubmit()
  • Method Details

    • setupMetaData

      public void setupMetaData(DBView dbv)
      Description copied from class: Column
      Called to init all the field starting form the DBView
      Overrides:
      setupMetaData in class ColumnButton
      Parameters:
      dbv - The DBView with all the field used in the init
    • getHtmlRow

      public org.apache.ecs.Element getHtmlRow(EntitySet es, int row, int pagerow, ArrayList al)
      Description copied from class: Column
      Returns the html element that defines the row
      Overrides:
      getHtmlRow in class ColumnButton
      Parameters:
      es - The EntitySet to which the element belongs
      row - The number of the row
      pagerow - The number ofd the page
      al - The list of values of the row
      Returns:
      The html element that defines the row