jp.oarts.pirka.iop.tool.web.common
クラス Alert

java.lang.Object
  上位を拡張 jp.oarts.pirka.core.res.PirkaRespons
      上位を拡張 jp.oarts.pirka.core.win.PirkaWindow
          上位を拡張 jp.oarts.pirka.iop.tool.web.common.IopBaseWindow
              上位を拡張 jp.oarts.pirka.iop.tool.web.common.Alert
すべての実装されたインタフェース:
java.io.Serializable

public class Alert
extends IopBaseWindow

Alert画面

作成者:
ito
関連項目:
直列化された形式

コンストラクタの概要
Alert(jp.oarts.pirka.core.res.PirkaRespons nextWindow, java.lang.String title, java.lang.String message)
          確認画面
Alert(jp.oarts.pirka.core.res.PirkaRespons nextWindow, java.lang.String title, java.lang.String message, java.lang.String buttonName)
          確認画面
Alert(java.lang.String message)
          確認画面
Alert(java.lang.String title, java.lang.String message)
          確認画面
 
メソッドの概要
 jp.oarts.pirka.core.res.PirkaRespons yes()
          はいボタンがクリックされた時の処理
 
クラス jp.oarts.pirka.iop.tool.web.common.IopBaseWindow から継承されたメソッド
preDraw, setString
 
クラス jp.oarts.pirka.core.win.PirkaWindow から継承されたメソッド
addCheck, addCheck, addCheck, addCheck, addError, addError, addError, addError, addErrorCheckBreak, addErrorCheckReturner, check, clearCheck, createLoopFieldMap, fixField, getActionLoopIndex, getAutoCheckErrorCount, getBean, getBean, getBeanList, getBeanList, getBeanList, getBeanList, getCheckerStocker, getDefaultLoopFieldMap, getDto, getDto, getErrorMessageStocker, getFieldMap, getHtmlFileName, getHttpServletRequest, getHttpServletResponse, getReturnWindow, getRootFieldItem, getRootFieldMap, getSession, getWindowBaseData, putSession, remakeHeader, setActionLoopIndex, setBean, setBean, setBeanList, setBeanList, setDto, setDto, setErrorMessageManager, setReturnWindow, setWindowBaseData, writeRespons
 
クラス java.lang.Object から継承されたメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

Alert

public Alert(java.lang.String message)
確認画面

パラメータ:
message - メッセージ

Alert

public Alert(java.lang.String title,
             java.lang.String message)
確認画面

パラメータ:
title - 確認画面のタイトル
message - メッセージ

Alert

public Alert(jp.oarts.pirka.core.res.PirkaRespons nextWindow,
             java.lang.String title,
             java.lang.String message)
確認画面

パラメータ:
nextWindow - 次ウィンドウ等
title - タイトル
message - メッセージ

Alert

public Alert(jp.oarts.pirka.core.res.PirkaRespons nextWindow,
             java.lang.String title,
             java.lang.String message,
             java.lang.String buttonName)
確認画面

パラメータ:
nextWindow - 次ウィンドウ等
title - タイトル
message - メッセージ
buttonName - ボタン名称
メソッドの詳細

yes

public jp.oarts.pirka.core.res.PirkaRespons yes()
はいボタンがクリックされた時の処理

戻り値:
次画面等