public class UIUtilsLockAlreadyInUseIndicator extends Object implements LockAlreadyInUseIndicator
A message dialog will show that displays a notificational message.
UIUtils.showMessage(String, String, int)
Constructor and Description |
---|
UIUtilsLockAlreadyInUseIndicator() |
Modifier and Type | Method and Description |
---|---|
String |
getText()
Returns the text which informs about a record which is already in use.
|
String |
getTitle()
Returns this indicators title.
|
void |
setTitle(String title)
Sets this indicators title.
|
void |
showText(String inUseText)
Notifies about a invalid lock request.
|
public void showText(String inUseText)
showText
in interface LockAlreadyInUseIndicator
inUseText
- the text to display which informs about a record which is
already in use.public String getText()
getText
in interface LockAlreadyInUseIndicator
public void setTitle(String title)
setTitle
in interface LockAlreadyInUseIndicator
title
- the title to set.public String getTitle()
getTitle
in interface LockAlreadyInUseIndicator
Copyright © 2003–2020 XDEV Software. All rights reserved.