Class PropertyColumn
java.lang.Object
org.iplass.mtp.view.generic.element.Element
org.iplass.mtp.view.generic.element.property.PropertyBase
org.iplass.mtp.view.generic.element.property.PropertyColumn
- All Implemented Interfaces:
Serializable,org.iplass.adminconsole.view.annotation.Refrectable,CsvItem,PropertyElement,SortItem
検索結果一覧用のプロパティ情報
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class org.iplass.mtp.view.generic.element.Element
Element.EditDisplayType -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription一括更新プロパティエディタを取得します。一括更新必須属性表示タイプを取得します。null項目のソート順を取得します。テキストの配置を取得します。intgetWidth()列幅を取得します。booleanCSVに出力するかを取得します。booleanソートを許可するかを取得します。voidsetBulkUpdateEditor(PropertyEditor bulkUpdateEditor) 一括更新プロパティエディタを設定します。voidsetBulkUpdateRequiredDisplayType(RequiredDisplayType bulkUpdateRequiredDisplayType) 一括更新必須属性表示タイプを設定します。voidsetNullOrderType(NullOrderType nullOrderType) null項目のソート順を設定します。voidsetOutputCsv(boolean outputCsv) CSVに出力するかを設定します。voidsetSortable(boolean sortable) ソートを許可するかを設定します。voidsetTextAlign(TextAlign textAlign) テキストの配置を設定します。voidsetWidth(int width) 列幅を設定します。Methods inherited from class org.iplass.mtp.view.generic.element.property.PropertyBase
addLocalizedTitle, getAutocompletionSetting, getDisplayLabel, getEditor, getLocalizedDisplayLabelList, getPropertyName, getStyle, setAutocompletionSetting, setDisplayLabel, setEditor, setLocalizedDisplayLabelList, setPropertyName, setStyleMethods inherited from class org.iplass.mtp.view.generic.element.Element
getDisplayScript, getEditDisplayType, getElementRuntimeId, isDispFlag, setDispFlag, setDisplayScript, setEditDisplayType, setElementRuntimeIdMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.iplass.mtp.view.generic.element.CsvItem
getDisplayLabel, getEditor, getLocalizedDisplayLabelList, getPropertyName
-
Constructor Details
-
PropertyColumn
public PropertyColumn()デフォルトコンストラクタ
-
-
Method Details
-
getWidth
public int getWidth()列幅を取得します。- Returns:
- 列幅
-
setWidth
public void setWidth(int width) 列幅を設定します。- Parameters:
width- 列幅
-
isSortable
public boolean isSortable()ソートを許可するかを取得します。- Specified by:
isSortablein interfaceSortItem- Returns:
- ソートを許可するか
-
setSortable
public void setSortable(boolean sortable) ソートを許可するかを設定します。- Parameters:
sortable- ソートを許可するか
-
getNullOrderType
null項目のソート順を取得します。- Returns:
- null項目のソート順
-
setNullOrderType
null項目のソート順を設定します。- Parameters:
nullOrderType- null項目のソート順
-
isOutputCsv
public boolean isOutputCsv()CSVに出力するかを取得します。- Specified by:
isOutputCsvin interfaceCsvItem- Returns:
- CSVに出力するか
-
setOutputCsv
public void setOutputCsv(boolean outputCsv) CSVに出力するかを設定します。- Parameters:
outputCsv- CSVに出力するか
-
getTextAlign
テキストの配置を取得します。- Returns:
- テキストの配置
-
setTextAlign
テキストの配置を設定します。- Parameters:
textAlign- テキストの配置
-
getBulkUpdateEditor
一括更新プロパティエディタを取得します。- Returns:
- 一括更新プロパティエディタ
-
setBulkUpdateEditor
一括更新プロパティエディタを設定します。- Parameters:
bulkUpdateEditor- 一括更新プロパティエディタ
-
getBulkUpdateRequiredDisplayType
一括更新必須属性表示タイプを取得します。- Returns:
- 一括更新必須属性表示タイプ
-
setBulkUpdateRequiredDisplayType
一括更新必須属性表示タイプを設定します。- Parameters:
requiredDisplayType- 一括更新必須属性表示タイプ
-