| com.droidux.pack.action.interfaces.ActionInterfaces.Window.ActionWindowInterface |
Known Indirect Subclasses
|
Represents the contracts to be implemented by action windows.
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Sets the style of the window animation.
| |||||||||||
Sets the background to a given Drawable, or remove the background.
| |||||||||||
Sets whether to dismiss the window when the user click on an action item.
| |||||||||||
Sets whether to dismiss the window when the user click on an action item.
| |||||||||||
Sets the listener to be notified when the window is dismissed.
| |||||||||||
Sets the title of the window.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From interface
com.droidux.pack.action.interfaces.ActionInterfaces.Window.PopupWindowInterface
| |||||||||||
Sets the style of the window animation.
| styleId | The style resource id. |
|---|
Sets whether to dismiss the window when the user click on an action item.
| dismiss | If true, dismiss the window after the click. |
|---|---|
| delay | Delay time (in millisecond) before dismissing the window. |
Sets whether to dismiss the window when the user click on an action item.
| dismiss | If true, dismiss the window after the click. |
|---|
Sets the listener to be notified when the window is dismissed.
| listener | The listener to be notified. |
|---|
Sets the title of the window.
| title | The title of the window. This can be null, to hide the title. |
|---|