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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionカレンダー名を取得します。アイコンタグを取得します。voidsetCalendarName(String calendarName) カレンダー名を設定します。voidsetIconTag(String iconTag) アイコンタグを設定します。Methods inherited from class org.iplass.mtp.view.top.parts.TemplateParts
getTemplatePath, setTemplatePathMethods 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
-
CalendarParts
public CalendarParts()
-
-
Method Details
-
getIconTag
アイコンタグを取得します。- Returns:
- アイコンタグ
-
setIconTag
アイコンタグを設定します。- Parameters:
iconTag- アイコンタグ
-
setCalendarName
カレンダー名を設定します。- Parameters:
calendarName- カレンダー名
-
getCalendarName
カレンダー名を取得します。- Returns:
- カレンダー名
-