Class IStepbarController<DataT>

  • All Implemented Interfaces:
    ItemController<DataT,​org.zkoss.zkmax.zul.StepModel<DataT>,​IStepbar,​IStep>

    public class IStepbarController<DataT>
    extends java.lang.Object
    implements ItemController<DataT,​org.zkoss.zkmax.zul.StepModel<DataT>,​IStepbar,​IStep>
    An IStepbar controller to control any operation on the given model.

    Note: this class is not thread-safe, so when it's used in multi-threading environment, the developer should handle the threading issue.

    Author:
    katherine