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
-
Method Summary
Modifier and TypeMethodDescription左エリアパーツを取得します。Nestされたパーツ定義を返します。右エリアパーツを取得します。void
setLeftParts
(TopViewParts leftParts) 左エリアパーツを設定します。void
setRightParts
(TopViewParts rightParts) 右エリアパーツを設定します。Methods inherited from class org.iplass.mtp.view.top.parts.TopViewContentParts
getStyle, setStyle
Methods 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:HasNestParts
Nestされたパーツ定義を返します。- Specified by:
getNestParts
in interfaceHasNestParts
- Returns:
- Nestされたパーツ定義
-