Richfaces UI Components API 4.2.2.Final

org.richfaces.component
Interface InplaceComponent


public interface InplaceComponent

Author:
Anton Belevich

Method Summary
 String getActiveClass()
           
 String getChangedClass()
           
 String getDefaultLabel()
           
 String getDisabledClass()
           
 String getEditEvent()
           
 InplaceState getState()
           
 int getTabindex()
           
 boolean isDisabled()
           
 boolean isSaveOnBlur()
           
 boolean isShowControls()
           
 

Method Detail

isDisabled

boolean isDisabled()

getDefaultLabel

String getDefaultLabel()

getEditEvent

String getEditEvent()

isShowControls

boolean isShowControls()

isSaveOnBlur

boolean isSaveOnBlur()

getState

InplaceState getState()

getActiveClass

String getActiveClass()

getChangedClass

String getChangedClass()

getDisabledClass

String getDisabledClass()

getTabindex

int getTabindex()

Richfaces UI Components API 4.2.2.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.