org.seasar.tuigwaa.plugin.database.component
クラス ActionLink

java.lang.Object
  拡張org.seasar.tuigwaa.plugin.database.component.ActionLink

public class ActionLink
extends Object


コンストラクタの概要
ActionLink(String label, String path, boolean buttonFlag, boolean needConfirmation)
           
 
メソッドの概要
 String getLabel()
           
 String getPath()
           
 String getPath(Long id)
           
 boolean isButtonFlag()
           
 void setLabel(String label)
           
 void setPath(String path)
           
 
クラス java.lang.Object から継承したメソッド
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

コンストラクタの詳細

ActionLink

public ActionLink(String label,
                  String path,
                  boolean buttonFlag,
                  boolean needConfirmation)
メソッドの詳細

getLabel

public String getLabel()

setLabel

public void setLabel(String label)

getPath

public String getPath()

getPath

public String getPath(Long id)

setPath

public void setPath(String path)

isButtonFlag

public boolean isButtonFlag()


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.