Package com.hybris.cockpitng.core
Interface Focusable
-
- All Known Implementing Classes:
FocusableContainer
public interface FocusableInterface used to implement specific behaviour of html focus
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description voidfocus()default voidfocus(java.lang.String path)Used in localized editor, should perform also scrollIntoView, because focus handling in editor area does not scroll when this method is used.
-