Package org.iplass.mtp.view.top.parts
Class CalendarParts
java.lang.Object
org.iplass.mtp.view.top.parts.TopViewParts
org.iplass.mtp.view.top.parts.TopViewContentParts
org.iplass.mtp.view.top.parts.TemplateParts
org.iplass.mtp.view.top.parts.CalendarParts
- All Implemented Interfaces:
Serializable
カレンダーパーツ
- See Also:
-
Field Summary
Fields inherited from class org.iplass.mtp.view.top.parts.TopViewParts
params
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionカレンダー名を取得します。アイコンタグを取得します。void
setCalendarName
(String calendarName) カレンダー名を設定します。void
setIconTag
(String iconTag) アイコンタグを設定します。Methods inherited from class org.iplass.mtp.view.top.parts.TemplateParts
getTemplatePath, setTemplatePath
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
-
CalendarParts
public CalendarParts()
-
-
Method Details
-
getIconTag
アイコンタグを取得します。- Returns:
- アイコンタグ
-
setIconTag
アイコンタグを設定します。- Parameters:
iconTag
- アイコンタグ
-
setCalendarName
カレンダー名を設定します。- Parameters:
calendarName
- カレンダー名
-
getCalendarName
カレンダー名を取得します。- Returns:
- カレンダー名
-