Habanero.Faces.Base.CheckBoxMapper.GetStrategy C# (CSharp) Method

GetStrategy() public method

Gets the custom strategy that is applied to this mapper by the control factory, which determines how the Click event is handled. See ICheckBoxMapperStrategy.
public GetStrategy ( ) : ICheckBoxMapperStrategy
return ICheckBoxMapperStrategy
        public ICheckBoxMapperStrategy GetStrategy()
        {
            return _strategy;
        }
    }