@Bindable public boolean isSelected() { if (layer == null) { return false; } return layer.isSelected(); }
@Bindable public boolean isVisible() { if (layer == null) { return true; } return layer.isVisible(); }
@Bindable public boolean isAdPlaying() { return adPlaying; }
@Bindable public String getName() { return name; }
@Bindable public int getViewportHeight() { return viewportHeight; }
@Bindable public ImagesBean getAvatars() { return avatars; }
@Bindable public Layer getCurrentLayer() { return document.getCurrentLayer(); }
@Bindable public String getBinding() { return binding; }
@Bindable public String getId() { return id; }
@Bindable public String getElaspsedTime(){ return this.elaspsedTime; }
@Bindable public int getItemId() { return itemId; }
@Bindable public String getAlt() { return alt; }
@Bindable public float getRight() { return getX() + getWidth(); }
@Bindable public List<Track> getAudioTracks() { return audioTracks; }
/** @return Whether the list is currently scanning for devices. */ @Bindable public boolean isScanning() { return this.scanning; }
@Bindable public String getIsbn13() { return isbn13; }
@Bindable public String getOriginal_title() { return original_title; }
@Bindable public String getSubtitle() { return subtitle; }
@Bindable public String getUrl() { return url; }
@Bindable public String getPublisher() { return publisher; }
@Bindable public float getHeight() { return height; }
@Bindable public int getSeasons_count() { return seasons_count; }
@Bindable public List<BooksBean.TagsBean> getTags() { return tags; }
@Bindable public List<String> getTranslator() { return translator; }
@Bindable public List<PersonBean> getDirectors() { return directors; }
@Bindable public String getIscheck() { return ischeck; }
@Bindable public String getContentDescription() { return contentDescription; }
@Bindable public String getFirstName() { return firstName; }
@Bindable public int getAdTotal() { return adTotal; }
@Bindable public int getMin() { return min; }
@Bindable public List<DataBean> getData() { return data == null ? new ArrayList<DataBean>() : data; }
@Bindable public String getPages() { return pages; }
@Bindable public String getDateText() { return mDateFormatter.format(mReadDate); }
@Bindable public String getImage() { return image; }
@Bindable public List<String> getAuthor() { return author; }
@Bindable public String getAuthor_intro() { return author_intro; }