|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccessKeyable
The AccessKeyable
interface is used to set a access key for a
given component. While most clients only support one access key and hence the
value could have been a 'char', AccessKeyable also supports a null access key
(ie no access key) and hence java.lang.String is used as the access key
value.
Field Summary | |
---|---|
static String |
PROPERTY_ACCESS_KEY
|
Method Summary | |
---|---|
String |
getAccessKey()
Returns the access key in use. |
void |
setAccessKey(String newValue)
Sets the access key to be used. |
Methods inherited from interface echopoint.able.Delegateable |
---|
getRenderProperty, getRenderProperty |
Field Detail |
---|
static final String PROPERTY_ACCESS_KEY
Method Detail |
---|
String getAccessKey()
void setAccessKey(String newValue)
newValue
- -
the access key to be used.
|
EchoPoint API - 3.0.0b5 App Webcontainer |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |