Class InputPanelLayout

java.lang.Object
com.smeup.kokos.sdk.inputpanel.strategy.InputPanelLayout

public class InputPanelLayout extends Object
  • Constructor Details

    • InputPanelLayout

      public InputPanelLayout()
  • Method Details

    • isHorizontal

      public boolean isHorizontal()
    • setHorizontal

      public void setHorizontal(boolean horizontal)
    • isAbsolute

      public boolean isAbsolute()
    • setAbsolute

      public void setAbsolute(boolean absolute)
    • getSections

      public List<InputPanelLayoutSection> getSections()
    • setSections

      public void setSections(List<InputPanelLayoutSection> sections)
    • getSectionsType

      public SmeupLayoutSectionType getSectionsType()
    • setSectionsType

      public void setSectionsType(SmeupLayoutSectionType sectionsType)