Interface ISeriesButtonEntry
-
public interface ISeriesButtonEntry
Used to store customized data for button which will be added into value series composite
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getButtonId()
java.lang.String
getPopupName()
ITaskPopupSheet
getPopupSheet()
boolean
isEnabled()
-
-
-
Method Detail
-
getButtonId
java.lang.String getButtonId()
-
getPopupName
java.lang.String getPopupName()
-
getPopupSheet
ITaskPopupSheet getPopupSheet()
-
isEnabled
boolean isEnabled()
-
-