com.extjs.gxt.ui.client.aria
Class FocusFrame

java.lang.Object
  extended by com.extjs.gxt.ui.client.event.BaseObservable
      extended by com.extjs.gxt.ui.client.aria.FocusFrame
All Implemented Interfaces:
Observable

public class FocusFrame
extends BaseObservable


Method Summary
 void frame(Component newComponent)
           
static FocusFrame get()
           
 void hide(Component c)
           
 void show(Component c)
           
 void sync(Component c)
           
 void unframe()
           
 void unframe(Component c)
           
 
Methods inherited from class com.extjs.gxt.ui.client.event.BaseObservable
addListener, fireEvent, fireEvent, getFiresEvents, getListeners, hasActiveEvent, hasListeners, hasListeners, removeAllListeners, removeListener, setFiresEvents
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

get

public static FocusFrame get()

frame

public void frame(Component newComponent)

unframe

public void unframe()

unframe

public void unframe(Component c)

hide

public void hide(Component c)

show

public void show(Component c)

sync

public void sync(Component c)