|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface LockableView
A partial contract for a View that can be locked with a "Please wait..." notification.
Method Summary | |
---|---|
void |
lock(UserNotification notification)
Shows a "Please wait..." notification and locks the UI. |
void |
unlock()
Dismisses the waiting notification and unlocks the UI. |
Method Detail |
---|
void lock(@Nonnull UserNotification notification)
notification
- the notificationvoid unlock()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |