Class SeparatorParts

All Implemented Interfaces:
Serializable, HasNestParts

public class SeparatorParts extends TopViewContentParts implements HasNestParts
2分割パーツ
See Also:
  • Constructor Details

    • SeparatorParts

      public SeparatorParts()
  • Method Details

    • getLeftParts

      public TopViewParts getLeftParts()
      左エリアパーツを取得します。
      Returns:
      左エリアパーツ
    • setLeftParts

      public void setLeftParts(TopViewParts leftParts)
      左エリアパーツを設定します。
      Parameters:
      leftParts - 左エリアパーツ
    • getRightParts

      public TopViewParts getRightParts()
      右エリアパーツを取得します。
      Returns:
      右エリアパーツ
    • setRightParts

      public void setRightParts(TopViewParts rightParts)
      右エリアパーツを設定します。
      Parameters:
      rightParts - 右エリアパーツ
    • getNestParts

      public List<TopViewParts> getNestParts()
      Description copied from interface: HasNestParts
      Nestされたパーツ定義を返します。
      Specified by:
      getNestParts in interface HasNestParts
      Returns:
      Nestされたパーツ定義