Package org.iplass.mtp.view.top.parts
Class SeparatorParts
java.lang.Object
org.iplass.mtp.view.top.parts.TopViewParts
org.iplass.mtp.view.top.parts.TopViewContentParts
org.iplass.mtp.view.top.parts.SeparatorParts
- All Implemented Interfaces:
Serializable,HasNestParts
2分割パーツ
- See Also:
-
Field Summary
Fields inherited from class org.iplass.mtp.view.top.parts.TopViewParts
params -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription左エリアパーツを取得します。Nestされたパーツ定義を返します。右エリアパーツを取得します。voidsetLeftParts(TopViewParts leftParts) 左エリアパーツを設定します。voidsetRightParts(TopViewParts rightParts) 右エリアパーツを設定します。Methods inherited from class org.iplass.mtp.view.top.parts.TopViewContentParts
getStyle, setStyleMethods inherited from class org.iplass.mtp.view.top.parts.TopViewParts
getParam, getParams, setParam, setParams
-
Constructor Details
-
SeparatorParts
public SeparatorParts()
-
-
Method Details
-
getLeftParts
左エリアパーツを取得します。- Returns:
- 左エリアパーツ
-
setLeftParts
左エリアパーツを設定します。- Parameters:
leftParts- 左エリアパーツ
-
getRightParts
右エリアパーツを取得します。- Returns:
- 右エリアパーツ
-
setRightParts
右エリアパーツを設定します。- Parameters:
rightParts- 右エリアパーツ
-
getNestParts
Description copied from interface:HasNestPartsNestされたパーツ定義を返します。- Specified by:
getNestPartsin interfaceHasNestParts- Returns:
- Nestされたパーツ定義
-