クラス BinaryPropertyEditor

java.lang.Object
すべての実装されたインタフェース:
java.io.Serializable, org.iplass.adminconsole.view.annotation.Refrectable, LabelablePropertyEditor

public class BinaryPropertyEditor
extends PrimitivePropertyEditor
implements LabelablePropertyEditor
バイナリ型プロパティエディタ
関連項目:
直列化された形式
  • コンストラクタの詳細

  • メソッドの詳細

    • getHeight

      public int getHeight()
      画像の高さを取得します。
      戻り値:
      画像の高さ
    • setHeight

      public void setHeight​(int height)
      画像の高さを設定します。
      パラメータ:
      height - 画像の高さ
    • getWidth

      public int getWidth()
      画像の幅を取得します。
      戻り値:
      画像の幅
    • setWidth

      public void setWidth​(int width)
      画像の幅を設定します。
      パラメータ:
      width - 画像の幅
    • getUploadActionName

      public java.lang.String getUploadActionName()
      アップロードアクション名を取得します。
      戻り値:
      アップロードアクション名
    • setUploadActionName

      public void setUploadActionName​(java.lang.String uploadActionName)
      アップロードアクション名を設定します。
      パラメータ:
      uploadActionName - アップロードアクション名
    • getDownloadActionName

      public java.lang.String getDownloadActionName()
      ダウンロードアクション名を取得します。
      戻り値:
      ダウンロードアクション名
    • setDownloadActionName

      public void setDownloadActionName​(java.lang.String downloadActionName)
      ダウンロードアクション名を設定します。
      パラメータ:
      downloadActionName - ダウンロードアクション名
    • isOpenNewTab

      public boolean isOpenNewTab()
      新しいタブで開くかを取得します。
      戻り値:
      新しいタブで開くか
    • setOpenNewTab

      public void setOpenNewTab​(boolean openNewTab)
      新しいタブで開くかを設定します。
      パラメータ:
      openNewTab - 新しいタブで開くか
    • getDisplayType

      public BinaryPropertyEditor.BinaryDisplayType getDisplayType()
      クラスからコピーされた説明: PropertyEditor
      表示タイプを取得します。
      定義:
      getDisplayType クラス内 PropertyEditor
      戻り値:
      表示タイプ
    • setDisplayType

      public void setDisplayType​(BinaryPropertyEditor.BinaryDisplayType displayType)
      表示タイプを設定します。
      パラメータ:
      displayType -
    • isHide

      public boolean isHide()
      クラスからコピーされた説明: PropertyEditor
      非表示かを取得します。
      定義:
      isHide クラス内 PropertyEditor
      戻り値:
      true:非表示
    • isShowImageRotateButton

      public boolean isShowImageRotateButton()
      画像表示時に回転ボタンを表示を取得します。
      戻り値:
      画像表示時に回転ボタンを表示
    • setShowImageRotateButton

      public void setShowImageRotateButton​(boolean showImageRotateButton)
      画像表示時に回転ボタンを表示を設定します。
      パラメータ:
      showImageRotateButton - 画像表示時に回転ボタンを表示
    • isUseImageViewer

      public boolean isUseImageViewer()
      画像表示時にイメージViewerを利用を取得します。
      戻り値:
      画像表示時にイメージViewerを利用
    • setUseImageViewer

      public void setUseImageViewer​(boolean useImageViewer)
      画像表示時にイメージViewerを利用を設定します。
      パラメータ:
      useImageViewer - 画像表示時にイメージViewerを利用
    • isUsePdfjs

      public boolean isUsePdfjs()
      PDF表示時にPDF.jsを利用を取得します。
      戻り値:
      PDF表示時にPDF.jsを利用
    • setUsePdfjs

      public void setUsePdfjs​(boolean usePdfjs)
      PDF表示時にPDF.jsを利用を設定します。
      パラメータ:
      usePdfjs - PDF表示時にPDF.jsを利用
    • isHideSelectButton

      public boolean isHideSelectButton()
      ファイル選択ボタン非表示設定を取得します
      戻り値:
      ファイル選択ボタン非表示設定
    • setHideSelectButton

      public void setHideSelectButton​(boolean hideSelectButton)
      ファイル選択ボタン非表示設定を設定します
      パラメータ:
      \u30d5\u30a1\u30a4\u30eb\u9078\u629e\u30dc\u30bf\u30f3\u975e\u8868\u793a\u8a2d\u5b9a -
    • isHideDeleteButton

      public boolean isHideDeleteButton()
      削除ボタン非表示設定を取得します
      戻り値:
      ファイル選択ボタン非表示設定
    • setHideDeleteButton

      public void setHideDeleteButton​(boolean hideDeleteButton)
      削除ボタン非表示設定を設定します
      パラメータ:
      \u30d5\u30a1\u30a4\u30eb\u9078\u629e\u30dc\u30bf\u30f3\u975e\u8868\u793a\u8a2d\u5b9a -
    • isLabel

      public boolean isLabel()
      インタフェースからコピーされた説明: LabelablePropertyEditor
      表示タイプがLabel形式かを返します。
      定義:
      isLabel インタフェース内 LabelablePropertyEditor
      戻り値:
      true:Label形式
    • isInsertWithLabelValue

      public boolean isInsertWithLabelValue()
      インタフェースからコピーされた説明: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、登録時に登録対象にするかを返します。
      定義:
      isInsertWithLabelValue インタフェース内 LabelablePropertyEditor
      戻り値:
      true:登録対象
    • setInsertWithLabelValue

      public void setInsertWithLabelValue​(boolean insertWithLabelValue)
      Label形式の場合の登録制御を設定します。
      パラメータ:
      insertWithLabelValue - Label形式の場合の登録制御
    • isUpdateWithLabelValue

      public boolean isUpdateWithLabelValue()
      インタフェースからコピーされた説明: LabelablePropertyEditor
      表示タイプがLabel形式の場合に、更新時に更新対象にするかを返します。
      定義:
      isUpdateWithLabelValue インタフェース内 LabelablePropertyEditor
      戻り値:
      true:更新対象
    • setUpdateWithLabelValue

      public void setUpdateWithLabelValue​(boolean updateWithLabelValue)
      Label形式の場合の更新制御を設定します。
      パラメータ:
      updateWithLabelValue - Label形式の場合の更新制御
    • getUploadAcceptMimeTypesPattern

      public java.lang.String getUploadAcceptMimeTypesPattern()
      アップロード受け入れ可能な MIME Type 正規表現パターンを取得します
      戻り値:
      アップロード受け入れ可能な MIME Type 正規表現パターン
    • setUploadAcceptMimeTypesPattern

      public void setUploadAcceptMimeTypesPattern​(java.lang.String uploadAcceptMimeTypes)
      アップロード受け入れ可能な MIME Type を設定します
      パラメータ:
      uploadAcceptMimeTypes - アップロード受け入れ可能な MIME Type
    • getDefaultValue

      public java.lang.String getDefaultValue()
      クラスからコピーされた説明: PrimitivePropertyEditor
      初期値を取得します。
      定義:
      getDefaultValue クラス内 PrimitivePropertyEditor
      戻り値:
      初期値
    • setDefaultValue

      public void setDefaultValue​(java.lang.String defaultValue)
      クラスからコピーされた説明: PrimitivePropertyEditor
      初期値を設定します。
      定義:
      setDefaultValue クラス内 PrimitivePropertyEditor
      パラメータ:
      defaultValue - 初期値