Interface IDisplayAware
- All Known Implementing Classes:
-
AbbrTagWorker
,ABlockTagWorker
,ATagWorker
,BodyTagWorker
,ButtonTagWorker
,CaptionTagWorker
,DisplayFlexTagWorker
,DivTagWorker
,HrTagWorker
,HTagWorker
,InputTagWorker
,OptGroupTagWorker
,OptionTagWorker
,PageCountWorker
,PageMarginBoxWorker
,PreTagWorker
,PTagWorker
,RunningElementTagWorker
,SelectTagWorker
,SpanTagWorker
,TableFooterTagWorker
,TableHeaderTagWorker
,TableTagWorker
,TdTagWorker
,TextAreaTagWorker
,ThTagWorker
public interface IDisplayAware
Interface for those TagWorker implementations that deal with tags that can have a display value.
-
Method Summary
-
Method Details
-
getDisplay
String getDisplay()Gets the display value.- Returns:
- the display value
-