org.exoplatform.gwtframework.ui.client.command
Interface SimpleControlStateListener

All Superinterfaces:
ControlStateListener
All Known Implementing Classes:
IconButtonControl, MenuItemControl

public interface SimpleControlStateListener
extends ControlStateListener

Created by The eXo Platform SAS .

Version:
$
Author:
Vitaliy Gulyy

Method Summary
 void updateControlHotKey(java.lang.String hotKey)
           
 void updateControlSelectionState(boolean selected)
           
 void updateControlTitle(java.lang.String title)
           
 
Methods inherited from interface org.exoplatform.gwtframework.ui.client.command.ControlStateListener
updateControlEnabling, updateControlIcon, updateControlPrompt, updateControlVisibility
 

Method Detail

updateControlTitle

void updateControlTitle(java.lang.String title)

updateControlSelectionState

void updateControlSelectionState(boolean selected)

updateControlHotKey

void updateControlHotKey(java.lang.String hotKey)


Copyright © 2013 eXo Platform SAS. All Rights Reserved.