Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013

ch.elexis.core.data
Interface ISticker

All Superinterfaces:
java.lang.Comparable<ISticker>
All Known Implementing Classes:
Sticker

public interface ISticker
extends java.lang.Comparable<ISticker>

An ISticker is a Sticker that can be attached to any Object


Field Summary
static java.lang.String BACKGROUND
           
static java.lang.String FOREGROUND
           
static java.lang.String IMAGE_ID
           
static java.lang.String NAME
           
 
Method Summary
 int compareTo(ISticker o)
           
 boolean delete()
           
 java.util.List<java.lang.String> getClassesForSticker()
           
 java.lang.String getId()
           
 java.lang.String getLabel()
           
 boolean getVisibility()
          get the current visibility of this sticker to the end-user
 int getWert()
           
 void removeClassForSticker(java.lang.Class<?> clazz)
           
 void setClassForSticker(java.lang.Class<?> clazz)
           
 void setVisibility(boolean visibility)
          set the current visibility of this sticker to the end-user param visibility new visibility
 void setWert(int w)
           
 

Field Detail

IMAGE_ID

static final java.lang.String IMAGE_ID
See Also:
Constant Field Values

BACKGROUND

static final java.lang.String BACKGROUND
See Also:
Constant Field Values

FOREGROUND

static final java.lang.String FOREGROUND
See Also:
Constant Field Values

NAME

static final java.lang.String NAME
See Also:
Constant Field Values
Method Detail

getId

java.lang.String getId()

getLabel

java.lang.String getLabel()

getWert

int getWert()

setWert

void setWert(int w)

delete

boolean delete()

setClassForSticker

void setClassForSticker(java.lang.Class<?> clazz)

removeClassForSticker

void removeClassForSticker(java.lang.Class<?> clazz)

getClassesForSticker

java.util.List<java.lang.String> getClassesForSticker()

compareTo

int compareTo(ISticker o)
Specified by:
compareTo in interface java.lang.Comparable<ISticker>

getVisibility

boolean getVisibility()
get the current visibility of this sticker to the end-user

Returns:
true if the sticker should be shown in the user interface, false if not

setVisibility

void setVisibility(boolean visibility)
set the current visibility of this sticker to the end-user param visibility new visibility


Elexis: Das führende OpenSource-Arztpraxisprogamm
im deutschsprachigen Raum
Java doc für Elexis version 2.1.7.dev vom 01.09.2013