com.atlassian.confluence.macro.browser.beans
Class MacroPropertyPanelButton

java.lang.Object
  extended by com.atlassian.confluence.macro.browser.beans.MacroPropertyPanelButton

public class MacroPropertyPanelButton
extends Object


Field Summary
static MacroPropertyPanelButton SPACER
           
 
Constructor Summary
MacroPropertyPanelButton(String key, String label, String action)
           
 
Method Summary
 boolean equals(Object obj)
           
 String getAction()
           
 String getKey()
           
 Message getLabel()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SPACER

public static final MacroPropertyPanelButton SPACER
Constructor Detail

MacroPropertyPanelButton

public MacroPropertyPanelButton(String key,
                                String label,
                                String action)
Method Detail

getKey

public String getKey()

getLabel

public Message getLabel()

getAction

public String getAction()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object


Copyright © 2003-2013 Atlassian. All Rights Reserved.