Interface UnstyledBasicInfoListRenderer<T>

All Superinterfaces:
BasicInfoListRenderer<T>, com.liferay.info.list.renderer.InfoListRenderer<T>, com.liferay.info.type.Keyed

public interface UnstyledBasicInfoListRenderer<T> extends BasicInfoListRenderer<T>
  • Method Summary

    Modifier and Type
    Method
    Description
    default String
    getLabel(Locale locale)
     
    default String
     

    Methods inherited from interface com.liferay.info.list.renderer.InfoListRenderer

    getAvailableInfoItemRenderers, render, render

    Methods inherited from interface com.liferay.info.type.Keyed

    getKey
  • Method Details