jp.co.intra_mart.foundation.straform.model.definition
クラス ButtonItemDefModel

java.lang.Object
  上位を拡張 jp.co.intra_mart.foundation.straform.model.definition.ItemDefModel
      上位を拡張 jp.co.intra_mart.foundation.straform.model.definition.ButtonItemDefModel
すべての実装されたインタフェース:
ItemDataDefine

public class ButtonItemDefModel
extends ItemDefModel

ボタンアイテムの定義情報モデルクラスです。
フォームに設定されているボタンアイテムの定義情報を保持します。

導入されたバージョン:
7.2
作成者:
INTRAMART

メソッドの概要
 java.lang.String getEditValue()
          更新画面表示文字列を返却します。
 java.lang.String getFileName()
          アイコンファイル名を返却します。
 java.lang.String getRegistValue()
          登録画面表示文字列を返却します。
 boolean isAttachFile()
          ボタン種別が添付ファイルかどうかを返却します。
 boolean isImage()
          アイコン表示するかどうかを返却します。
 
クラス jp.co.intra_mart.foundation.straform.model.definition.ItemDefModel から継承されたメソッド
getColumnName, getDataType, getId, getName, getSize, getType
 
クラス java.lang.Object から継承されたメソッド
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

メソッドの詳細

isAttachFile

public boolean isAttachFile()
ボタン種別が添付ファイルかどうかを返却します。

戻り値:
true : 添付ファイル / false : なし(通常のボタン)

isImage

public boolean isImage()
アイコン表示するかどうかを返却します。

戻り値:
true : アイコン表示する / false アイコン表示しない

getFileName

public java.lang.String getFileName()
アイコンファイル名を返却します。
アイコン表示をする場合のみ使用します。

戻り値:
アイコンファイル名

getRegistValue

public java.lang.String getRegistValue()
登録画面表示文字列を返却します。
登録(申請)画面でボタンに表示する文字列を返却します。

戻り値:
登録画面表示文字列

getEditValue

public java.lang.String getEditValue()
更新画面表示文字列を返却します。
更新(承認)画面でボタンに表示する文字列を返却します。

戻り値:
更新画面表示文字列