smart_dialogs
smart_dialogs
IconPanel
getId method
getId
smart_dialogs
smart_dialogs
IconPanel
getId method
IconPanel class
Constructors
IconPanel
Properties
diaTable
lastTouchedActionCode
closeCallback
dia
diaContainer
hashCode
isModal
isopen
runtimeType
Methods
getId
setStyle
close
createShowDia
isOpen
noSuchMethod
toString
Operators
operator ==
Static properties
POPUP_SPAN_GREYOUT
getId method
String
getId
(
)
Returns the id of this panel.
Implementation
String getId() { if (dia == null) return null; return dia.id; }