com.sencha.gxt.cell.core.client
Interface DisableCell

All Known Implementing Classes:
ButtonCell, SplitButtonCell, TextButtonCell, ToggleButtonCell

public interface DisableCell

Interface for cells that can be "disabled".

When used with CellComponent the #disable(Context, Element) and #enable(Context, Element) will be called when the component is enabled and disabled.


Method Summary
 void disable(Cell.Context context, Element parent)
           
 void enable(Cell.Context context, Element parent)
           
 

Method Detail

disable

void disable(Cell.Context context,
             Element parent)

enable

void enable(Cell.Context context,
            Element parent)


Copyright © 2012. All Rights Reserved.