Package

im.mange.jetboot.widget.form

layout

Permalink

package layout

Visibility
  1. Public
  2. All

Type Members

  1. case class ControlLabel(columns: Int, label: Renderable) extends LayoutElement with Product with Serializable

    Permalink
  2. case class DefaultLayoutStrategy() extends LayoutStrategy with Product with Serializable

    Permalink
  3. case class FixedLayoutFormBuilder(id: String, prefixIdsWithParent: Boolean = false) extends Product with Serializable

    Permalink
  4. case class FlowLayoutFormBuilder(id: String, columns: Int = 12, prefixIdsWithParent: Boolean = false, layoutStrategy: LayoutStrategy = DefaultLayoutStrategy()) extends Product with Serializable

    Permalink
  5. case class FormControl(columns: Int, formInput: FormInput) extends LayoutElement with Product with Serializable

    Permalink
  6. case class FormGroup(elements: Seq[LayoutElement]) extends Renderable with Product with Serializable

    Permalink
  7. case class FormLayout(id: String, groups: Seq[FormGroup], prefixIdsWithParent: Boolean) extends Renderable with Clearable with Resettable with Focusable with Disableable with Product with Serializable

    Permalink
  8. trait LayoutElement extends Renderable

    Permalink
  9. trait LayoutStrategy extends AnyRef

    Permalink
  10. case class RenderableElement(columns: Int, renderable: Renderable) extends LayoutElement with Product with Serializable

    Permalink

Ungrouped