Interface ViewEntry
- All Known Implementing Classes:
ACARSError, ACARSFlightReport, Accomplishment, AccomplishmentEligibilityCommand.EligibilityMessage, Aircraft, Airline, Airport, Applicant, ApplicantStatus, Application, AssignmentInfo, CacheInfo, Certification, Channel, Channel.AllChannel, Chart, CharterRequest, CheckRide, CommandLog, CommandStats, ConnectedUser, Controller, Course, CourseProgress, CycleInfo, DatedAccomplishment, DispatchRoute, DraftFlightReport, EMailDelivery, EquipmentType, Examination, ExamProfile, ExamStatsEntry, ExternalChart, ExternalDispatchRoute, FDRFlightReport, Feedback, FileEntry, FleetEntry, FlightInfo, FlightReport, FlightStatus, GetFlightReportStatistics.DispatchScheduleRoute, IMAPConfiguration, Installer, InstructionBusy, InstructionSession, Issue, Issue, JobPosting, LibraryEntry, Livery, Manual, MessageTemplate, MessageThread, MultiChoiceQuestionProfile, NetworkUser, Newsletter, Nomination, NominationComment, Notice, OnTime, Person, Pilot, Pilot, PilotRating, PilotStatus, QuestionProfile, RawScheduleEntry, RequestCounter, Resource, Route, RoutePlotQuestionProfile, ScheduleEntry, ScheduleRoute, ScheduleSearchEntry, ScheduleSourceHistory, SelectCall, SimFDRFlightReport, Staff, Test, Tour, TrainingVideo, TransferRequest, TZInfo, Video, XACARSFlightReport, XAFlightInfo
public interface ViewEntry
An interface to define row formatting for beans that can be displayed in view tables.
- Since:
- 1.0
- Version:
- 1.0
- Author:
- Luke
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the CSS class for this object if rendered in a view table.
-
Method Details
-
getRowClassName
String getRowClassName()Returns the CSS class for this object if rendered in a view table.- Returns:
- the CSS class name, or NULL if none
-